#C2AEDE

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

Shades of Moon Raker #C2AEDE

Tints of Moon Raker #C2AEDE

Color information

#C2AEDE (or 0xC2AEDE) is unknown color: approx Moon Raker. HEX triplet: C2, AE and DE. RGB value is (194,174,222). Sum of RGB (Red+Green+Blue) = 194+174+222=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2AEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEDE is #3D5121. Grayscale: #B9B9B9. Windows color (decimal): -4018466 or 14593730. OLE color: 14593730.

HSL color Cylindrical-coordinate representation of color #C2AEDE: hue angle of 265º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2AEDE is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194174222-
CMYK0.130.2200.13
HSL265º42.11%77.65%-
HSV(B)265º21.62%87.06%-
XYZ50.5747.0275.52-
YUV185.45148.63134.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.88%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 222 (87.11% from 255) = 37.63%
R=32.88%
G=29.49%
B=37.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941742220.130.2200.1326542.1177.65
HexC2AEDED160D1092a4e
Octal302256336152601541152116
Binary110000101010111011011110110110110011011000010011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AEDE; }

 p { color: rgb(194,174,222); }

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

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

 a { background-color: rgb(194,174,222); }

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

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

 span { border-color: rgb(194,174,222); }

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