#CDE7AA

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

Shades of Reef #CDE7AA

Tints of Reef #CDE7AA

Color information

#CDE7AA (or 0xCDE7AA) is unknown color: approx Reef. HEX triplet: CD, E7 and AA. RGB value is (205,231,170). Sum of RGB (Red+Green+Blue) = 205+231+170=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 231 (90.62% from 255 or 38.12% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE7AA is #321855. Grayscale: #D8D8D8. Windows color (decimal): -3283030 or 11200461. OLE color: 11200461.

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

Color convert

RGB205231170-
CMYK0.1100.260.09
HSL85.57º55.96%78.63%-
HSV(B)85.57º26.41%90.59%-
XYZ61.0173.0348.91-
YUV216.27101.89119.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 231 (90.62% from 255) = 38.12%
BLUE value IS 170 (66.80% from 255) = 28.05%
R=33.83%
G=38.12%
B=28.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052311700.1100.260.0985.5755.9678.63
HexCDE7AAB01A956384f
Octal315347252130321112670117
Binary1100110111100111101010101011011010100110101101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE7AA; }

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

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

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

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

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

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

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

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