#CDE0AD

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

Shades of Reef #CDE0AD

Tints of Reef #CDE0AD

Color information

#CDE0AD (or 0xCDE0AD) is unknown color: approx Reef. HEX triplet: CD, E0 and AD. RGB value is (205,224,173). Sum of RGB (Red+Green+Blue) = 205+224+173=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE0AD is #321F52. Grayscale: #D4D4D4. Windows color (decimal): -3284819 or 11395277. OLE color: 11395277.

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

Color convert

RGB205224173-
CMYK0.0800.230.12
HSL82.35º45.13%77.84%-
HSV(B)82.35º22.77%87.84%-
XYZ59.3869.3149.78-
YUV212.5105.71122.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.05%
GREEN value IS 224 (87.89% from 255) = 37.21%
BLUE value IS 173 (67.97% from 255) = 28.74%
R=34.05%
G=37.21%
B=28.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052241730.0800.230.1282.3545.1377.84
HexCDE0AD8017C522d4e
Octal315340255100271412255116
Binary1100110111100000101011011000010111110010100101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE0AD; }

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

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

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

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

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

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

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

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