#CDF0AE

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

Shades of Reef #CDF0AE

Tints of Reef #CDF0AE

Color information

#CDF0AE (or 0xCDF0AE) is unknown color: approx Reef. HEX triplet: CD, F0 and AE. RGB value is (205,240,174). Sum of RGB (Red+Green+Blue) = 205+240+174=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF0AE is #320F51. Grayscale: #DEDEDE. Windows color (decimal): -3280722 or 11464909. OLE color: 11464909.

HSL color Cylindrical-coordinate representation of color #CDF0AE: hue angle of 91.82º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDF0AE is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB205240174-
CMYK0.1500.280.06
HSL91.82º68.75%81.18%-
HSV(B)91.82º27.5%94.12%-
XYZ63.9878.3651.8-
YUV222.01100.9115.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.12%
GREEN value IS 240 (94.14% from 255) = 38.77%
BLUE value IS 174 (68.36% from 255) = 28.11%
R=33.12%
G=38.77%
B=28.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052401740.1500.280.0691.8268.7581.18
HexCDF0AEF01C65c4551
Octal315360256170346134105121
Binary1100110111110000101011101111011100110101110010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF0AE; }

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

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

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

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

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

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

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

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