#CADEAB

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

Shades of Reef #CADEAB

Tints of Reef #CADEAB

Color information

#CADEAB (or 0xCADEAB) is unknown color: approx Reef. HEX triplet: CA, DE and AB. RGB value is (202,222,171). Sum of RGB (Red+Green+Blue) = 202+222+171=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #CADEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADEAB is #352154. Grayscale: #D2D2D2. Windows color (decimal): -3481941 or 11263690. OLE color: 11263690.

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

Color convert

RGB202222171-
CMYK0.0900.230.13
HSL83.53º43.59%77.06%-
HSV(B)83.53º22.97%87.06%-
XYZ57.8367.7448.56-
YUV210.21105.87122.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 222 (87.11% from 255) = 37.31%
BLUE value IS 171 (67.19% from 255) = 28.74%
R=33.95%
G=37.31%
B=28.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022221710.0900.230.1383.5343.5977.06
HexCADEAB9017D542c4d
Octal312336253110271512454115
Binary1100101011011110101010111001010111110110101001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADEAB; }

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

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

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

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

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

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

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

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