#CDE7AE

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

Shades of Reef #CDE7AE

Tints of Reef #CDE7AE

Color information

#CDE7AE (or 0xCDE7AE) is unknown color: approx Reef. HEX triplet: CD, E7 and AE. RGB value is (205,231,174). Sum of RGB (Red+Green+Blue) = 205+231+174=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE7AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE7AE is #321851. Grayscale: #D8D8D8. Windows color (decimal): -3283026 or 11462605. OLE color: 11462605.

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

Color convert

RGB205231174-
CMYK0.1100.250.09
HSL87.37º54.29%79.41%-
HSV(B)87.37º24.68%90.59%-
XYZ61.3973.1950.94-
YUV216.73103.89119.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.61%
GREEN value IS 231 (90.62% from 255) = 37.87%
BLUE value IS 174 (68.36% from 255) = 28.52%
R=33.61%
G=37.87%
B=28.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052311740.1100.250.0987.3754.2979.41
HexCDE7AEB019957364f
Octal315347256130311112766117
Binary1100110111100111101011101011011001100110101111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE7AE; }

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

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

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

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

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

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

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

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