#CDE0A9

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

Shades of Reef #CDE0A9

Tints of Reef #CDE0A9

Color information

#CDE0A9 (or 0xCDE0A9) is unknown color: approx Reef. HEX triplet: CD, E0 and A9. RGB value is (205,224,169). Sum of RGB (Red+Green+Blue) = 205+224+169=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 169 (66.41% from 255 or 28.26% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE0A9 is #321F56. Grayscale: #D4D4D4. Windows color (decimal): -3284823 or 11133133. OLE color: 11133133.

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

Color convert

RGB205224169-
CMYK0.0800.250.12
HSL80.73º47.01%77.06%-
HSV(B)80.73º24.55%87.84%-
XYZ58.9969.1647.78-
YUV212.05103.71122.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.28%
GREEN value IS 224 (87.89% from 255) = 37.46%
BLUE value IS 169 (66.41% from 255) = 28.26%
R=34.28%
G=37.46%
B=28.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052241690.0800.250.1280.7347.0177.06
HexCDE0A98019C512f4d
Octal315340251100311412157115
Binary1100110111100000101010011000011001110010100011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE0A9; }

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

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

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

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

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

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

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

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