#CDE8AA

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

Shades of Reef #CDE8AA

Tints of Reef #CDE8AA

Color information

#CDE8AA (or 0xCDE8AA) is unknown color: approx Reef. HEX triplet: CD, E8 and AA. RGB value is (205,232,170). Sum of RGB (Red+Green+Blue) = 205+232+170=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 232 (91.02% from 255 or 38.22% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE8AA is #321755. Grayscale: #D9D9D9. Windows color (decimal): -3282774 or 11200717. OLE color: 11200717.

HSL color Cylindrical-coordinate representation of color #CDE8AA: hue angle of 86.13º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDE8AA is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB205232170-
CMYK0.1200.270.09
HSL86.13º57.41%78.82%-
HSV(B)86.13º26.72%90.98%-
XYZ61.2973.5949.01-
YUV216.86101.55119.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.77%
GREEN value IS 232 (91.02% from 255) = 38.22%
BLUE value IS 170 (66.80% from 255) = 28.01%
R=33.77%
G=38.22%
B=28.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052321700.1200.270.0986.1357.4178.82
HexCDE8AAC01B956394f
Octal315350252140331112671117
Binary1100110111101000101010101100011011100110101101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE8AA; }

 p { color: rgb(205,232,170); }

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

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

 a { background-color: rgb(205,232,170); }

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

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

 span { border-color: rgb(205,232,170); }

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