#C1AEE0

Color #C1AEE0 Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #C1AEE0

Tints of Moon Raker #C1AEE0

Color information

#C1AEE0 (or 0xC1AEE0) is unknown color: approx Moon Raker. HEX triplet: C1, AE and E0. RGB value is (193,174,224). Sum of RGB (Red+Green+Blue) = 193+174+224=591 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.66% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #C1AEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AEE0 is #3E511F. Grayscale: #B9B9B9. Windows color (decimal): -4084000 or 14724801. OLE color: 14724801.

HSL color Cylindrical-coordinate representation of color #C1AEE0: hue angle of 262.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1AEE0 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB193174224-
CMYK0.140.2200.12
HSL262.8º44.64%78.04%-
HSV(B)262.8º22.32%87.84%-
XYZ50.5846.9976.93-
YUV185.38149.79133.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 32.66%
GREEN value IS 174 (68.36% from 255) = 29.44%
BLUE value IS 224 (87.89% from 255) = 37.90%
R=32.66%
G=29.44%
B=37.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1931742240.140.2200.12262.844.6478.04
HexC1AEE0E160C1072d4e
Octal301256340162601440755116
Binary110000011010111011100000111010110011001000001111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AEE0; }

 p { color: rgb(193,174,224); }

 H1.HeaderClassName
 {
   color: #C1AEE0;
 }
 .AnyTagClassName
 {
   color: #C1AEE0;
 }
</style>
background-color css

<style>
 a { background-color: #C1AEE0; }

 a { background-color: rgb(193,174,224); }

 div.DivClassName
 {
   background-color: #C1AEE0;
 }
 .BgClassName
 {
   background-color: #C1AEE0;
 }
</style>
border-color css

<style>
 span { border-color: #C1AEE0; }

 span { border-color: rgb(193,174,224); }

 td.TdClassName
 {
   border-color: #C1AEE0;
 }
 .TagClassName
 {
   border-color: #C1AEE0;
 }
</style>