#CADEA6

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

Shades of Reef #CADEA6

Tints of Reef #CADEA6

Color information

#CADEA6 (or 0xCADEA6) is unknown color: approx Reef. HEX triplet: CA, DE and A6. RGB value is (202,222,166). Sum of RGB (Red+Green+Blue) = 202+222+166=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #CADEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADEA6 is #352159. Grayscale: #D1D1D1. Windows color (decimal): -3481946 or 10936010. OLE color: 10936010.

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

Color convert

RGB202222166-
CMYK0.0900.250.13
HSL81.43º45.9%76.08%-
HSV(B)81.43º25.23%87.06%-
XYZ57.3667.5546.09-
YUV209.64103.37122.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 222 (87.11% from 255) = 37.63%
BLUE value IS 166 (65.23% from 255) = 28.14%
R=34.24%
G=37.63%
B=28.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022221660.0900.250.1381.4345.976.08
HexCADEA69019D512e4c
Octal312336246110311512156114
Binary1100101011011110101001101001011001110110100011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADEA6; }

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

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

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

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

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

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

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

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