#DDF1AE

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

Shades of Reef #DDF1AE

Tints of Reef #DDF1AE

Color information

#DDF1AE (or 0xDDF1AE) is unknown color: approx Reef. HEX triplet: DD, F1 and AE. RGB value is (221,241,174). Sum of RGB (Red+Green+Blue) = 221+241+174=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 174 (68.36% from 255 or 27.36% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF1AE is #220E51. Grayscale: #E3E3E3. Windows color (decimal): -2231890 or 11465181. OLE color: 11465181.

HSL color Cylindrical-coordinate representation of color #DDF1AE: hue angle of 77.91º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDF1AE is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB221241174-
CMYK0.0800.280.05
HSL77.91º70.53%81.37%-
HSV(B)77.91º27.8%94.51%-
XYZ68.9181.3452.11-
YUV227.3897.87123.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.75%
GREEN value IS 241 (94.53% from 255) = 37.89%
BLUE value IS 174 (68.36% from 255) = 27.36%
R=34.75%
G=37.89%
B=27.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212411740.0800.280.0577.9170.5381.37
HexDDF1AE801C54e4751
Octal335361256100345116107121
Binary1101110111110001101011101000011100101100111010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1AE; }

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

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

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

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

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

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

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

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