#DDF0AE

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

Shades of Reef #DDF0AE

Tints of Reef #DDF0AE

Color information

#DDF0AE (or 0xDDF0AE) is unknown color: approx Reef. HEX triplet: DD, F0 and AE. RGB value is (221,240,174). Sum of RGB (Red+Green+Blue) = 221+240+174=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 174 (68.36% from 255 or 27.40% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF0AE is #220F51. Grayscale: #E3E3E3. Windows color (decimal): -2232146 or 11464925. OLE color: 11464925.

HSL color Cylindrical-coordinate representation of color #DDF0AE: hue angle of 77.27º 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 #DDF0AE is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB221240174-
CMYK0.0800.280.06
HSL77.27º68.75%81.18%-
HSV(B)77.27º27.5%94.12%-
XYZ68.6280.7552.01-
YUV226.898.21123.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 240 (94.14% from 255) = 37.80%
BLUE value IS 174 (68.36% from 255) = 27.40%
R=34.80%
G=37.80%
B=27.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212401740.0800.280.0677.2768.7581.18
HexDDF0AE801C64d4551
Octal335360256100346115105121
Binary1101110111110000101011101000011100110100110110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF0AE; }

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

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

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

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

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

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

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

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