#CDE0AB

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

Shades of Reef #CDE0AB

Tints of Reef #CDE0AB

Color information

#CDE0AB (or 0xCDE0AB) is unknown color: approx Reef. HEX triplet: CD, E0 and AB. RGB value is (205,224,171). Sum of RGB (Red+Green+Blue) = 205+224+171=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE0AB is #321F54. Grayscale: #D4D4D4. Windows color (decimal): -3284821 or 11264205. OLE color: 11264205.

HSL color Cylindrical-coordinate representation of color #CDE0AB: hue angle of 81.51º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDE0AB is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB205224171-
CMYK0.0800.240.12
HSL81.51º46.09%77.45%-
HSV(B)81.51º23.66%87.84%-
XYZ59.1869.2348.77-
YUV212.28104.71122.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.17%
GREEN value IS 224 (87.89% from 255) = 37.33%
BLUE value IS 171 (67.19% from 255) = 28.5%
R=34.17%
G=37.33%
B=28.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052241710.0800.240.1281.5146.0977.45
HexCDE0AB8018C522e4d
Octal315340253100301412256115
Binary1100110111100000101010111000011000110010100101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE0AB; }

 p { color: rgb(205,224,171); }

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

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

 a { background-color: rgb(205,224,171); }

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

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

 span { border-color: rgb(205,224,171); }

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