#CADEAD

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

Shades of Reef #CADEAD

Tints of Reef #CADEAD

Color information

#CADEAD (or 0xCADEAD) is unknown color: approx Reef. HEX triplet: CA, DE and AD. RGB value is (202,222,173). Sum of RGB (Red+Green+Blue) = 202+222+173=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 222 - color contains mainly: green. Hex color #CADEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADEAD is #352152. Grayscale: #D2D2D2. Windows color (decimal): -3481939 or 11394762. OLE color: 11394762.

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

Color convert

RGB202222173-
CMYK0.0900.220.13
HSL84.49º42.61%77.45%-
HSV(B)84.49º22.07%87.06%-
XYZ58.0267.8249.57-
YUV210.43106.87121.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 222 (87.11% from 255) = 37.19%
BLUE value IS 173 (67.97% from 255) = 28.98%
R=33.84%
G=37.19%
B=28.98%

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
Decimal2022221730.0900.220.1384.4942.6177.45
HexCADEAD9016D542b4d
Octal312336255110261512453115
Binary1100101011011110101011011001010110110110101001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADEAD; }

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

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

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

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

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

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

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

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