#CADB9E

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

Shades of Reef #CADB9E

Tints of Reef #CADB9E

Color information

#CADB9E (or 0xCADB9E) is unknown color: approx Reef. HEX triplet: CA, DB and 9E. RGB value is (202,219,158). Sum of RGB (Red+Green+Blue) = 202+219+158=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADB9E is #352461. Grayscale: #CFCFCF. Windows color (decimal): -3482722 or 10410954. OLE color: 10410954.

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

Color convert

RGB202219158-
CMYK0.0800.280.14
HSL76.72º45.86%73.92%-
HSV(B)76.72º27.85%85.88%-
XYZ55.8665.6942.08-
YUV206.96100.37124.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 219 (85.94% from 255) = 37.82%
BLUE value IS 158 (62.11% from 255) = 27.29%
R=34.89%
G=37.82%
B=27.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022191580.0800.280.1476.7245.8673.92
HexCADB9E801CE4d2e4a
Octal312333236100341611556112
Binary1100101011011011100111101000011100111010011011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADB9E; }

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

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

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

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

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

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

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

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