#DDF7AE

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

Shades of Reef #DDF7AE

Tints of Reef #DDF7AE

Color information

#DDF7AE (or 0xDDF7AE) is unknown color: approx Reef. HEX triplet: DD, F7 and AE. RGB value is (221,247,174). Sum of RGB (Red+Green+Blue) = 221+247+174=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 247 (96.88% from 255 or 38.47% from 642); Blue value is 174 (68.36% from 255 or 27.10% from 642); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF7AE is #220851. Grayscale: #E7E7E7. Windows color (decimal): -2230354 or 11466717. OLE color: 11466717.

HSL color Cylindrical-coordinate representation of color #DDF7AE: hue angle of 81.37º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDF7AE is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB221247174-
CMYK0.1100.300.03
HSL81.37º82.02%82.55%-
HSV(B)81.37º29.55%96.86%-
XYZ70.7284.9552.71-
YUV230.995.89120.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 247 (96.88% from 255) = 38.47%
BLUE value IS 174 (68.36% from 255) = 27.10%
R=34.42%
G=38.47%
B=27.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212471740.1100.300.0381.3782.0282.55
HexDDF7AEB01E3515253
Octal335367256130363121122123
Binary110111011111011110101110101101111011101000110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF7AE; }

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

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

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

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

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

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

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

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