#CADDA2

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

Shades of Reef #CADDA2

Tints of Reef #CADDA2

Color information

#CADDA2 (or 0xCADDA2) is unknown color: approx Reef. HEX triplet: CA, DD and A2. RGB value is (202,221,162). Sum of RGB (Red+Green+Blue) = 202+221+162=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 162 (63.67% from 255 or 27.69% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADDA2 is #35225D. Grayscale: #D0D0D0. Windows color (decimal): -3482206 or 10673610. OLE color: 10673610.

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

Color convert

RGB202221162-
CMYK0.0900.270.13
HSL79.32º46.46%75.1%-
HSV(B)79.32º26.7%86.67%-
XYZ56.7466.8844.1-
YUV208.59101.71123.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 221 (86.72% from 255) = 37.78%
BLUE value IS 162 (63.67% from 255) = 27.69%
R=34.53%
G=37.78%
B=27.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022211620.0900.270.1379.3246.4675.1
HexCADDA2901BD4f2e4b
Octal312335242110331511756113
Binary1100101011011101101000101001011011110110011111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDA2; }

 p { color: rgb(202,221,162); }

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

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

 a { background-color: rgb(202,221,162); }

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

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

 span { border-color: rgb(202,221,162); }

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