#CADDA4

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

Shades of Reef #CADDA4

Tints of Reef #CADDA4

Color information

#CADDA4 (or 0xCADDA4) is unknown color: approx Reef. HEX triplet: CA, DD and A4. RGB value is (202,221,164). Sum of RGB (Red+Green+Blue) = 202+221+164=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 164 (64.45% from 255 or 27.94% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADDA4 is #35225B. Grayscale: #D1D1D1. Windows color (decimal): -3482204 or 10804682. OLE color: 10804682.

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

Color convert

RGB202221164-
CMYK0.0900.260.13
HSL80º45.6%75.49%-
HSV(B)80º25.79%86.67%-
XYZ56.9166.9545.04-
YUV208.82102.71123.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 221 (86.72% from 255) = 37.65%
BLUE value IS 164 (64.45% from 255) = 27.94%
R=34.41%
G=37.65%
B=27.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022211640.0900.260.138045.675.49
HexCADDA4901AD502e4b
Octal312335244110321512056113
Binary1100101011011101101001001001011010110110100001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDA4; }

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

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

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

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

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

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

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

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