#CADBA4

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

Shades of Reef #CADBA4

Tints of Reef #CADBA4

Color information

#CADBA4 (or 0xCADBA4) is unknown color: approx Reef. HEX triplet: CA, DB and A4. RGB value is (202,219,164). Sum of RGB (Red+Green+Blue) = 202+219+164=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 164 (64.45% from 255 or 28.03% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADBA4 is #35245B. Grayscale: #CFCFCF. Windows color (decimal): -3482716 or 10804170. OLE color: 10804170.

HSL color Cylindrical-coordinate representation of color #CADBA4: hue angle of 78.55º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CADBA4 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB202219164-
CMYK0.0800.250.14
HSL78.55º43.31%75.1%-
HSV(B)78.55º25.11%85.88%-
XYZ56.3965.944.87-
YUV207.65103.37123.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 219 (85.94% from 255) = 37.44%
BLUE value IS 164 (64.45% from 255) = 28.03%
R=34.53%
G=37.44%
B=28.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022191640.0800.250.1478.5543.3175.1
HexCADBA48019E4f2b4b
Octal312333244100311611753113
Binary1100101011011011101001001000011001111010011111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBA4; }

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

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

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

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

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

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

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

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