#CADEAE

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

Shades of Reef #CADEAE

Tints of Reef #CADEAE

Color information

#CADEAE (or 0xCADEAE) is unknown color: approx Reef. HEX triplet: CA, DE and AE. RGB value is (202,222,174). Sum of RGB (Red+Green+Blue) = 202+222+174=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #CADEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADEAE is #352151. Grayscale: #D2D2D2. Windows color (decimal): -3481938 or 11460298. OLE color: 11460298.

HSL color Cylindrical-coordinate representation of color #CADEAE: hue angle of 85º 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 #CADEAE is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB202222174-
CMYK0.0900.220.13
HSL85º42.11%77.65%-
HSV(B)85º21.62%87.06%-
XYZ58.1267.8650.08-
YUV210.55107.37121.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 222 (87.11% from 255) = 37.12%
BLUE value IS 174 (68.36% from 255) = 29.10%
R=33.78%
G=37.12%
B=29.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022221740.0900.220.138542.1177.65
HexCADEAE9016D552a4e
Octal312336256110261512552116
Binary1100101011011110101011101001010110110110101011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADEAE; }

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

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

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

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

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

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

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

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