#DDF2AE

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

Shades of Reef #DDF2AE

Tints of Reef #DDF2AE

Color information

#DDF2AE (or 0xDDF2AE) is unknown color: approx Reef. HEX triplet: DD, F2 and AE. RGB value is (221,242,174). Sum of RGB (Red+Green+Blue) = 221+242+174=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF2AE is #220D51. Grayscale: #E4E4E4. Windows color (decimal): -2231634 or 11465437. OLE color: 11465437.

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

Color convert

RGB221242174-
CMYK0.0900.280.05
HSL78.53º72.34%81.57%-
HSV(B)78.53º28.1%94.9%-
XYZ69.2181.9352.21-
YUV227.9797.54123.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 242 (94.92% from 255) = 37.99%
BLUE value IS 174 (68.36% from 255) = 27.32%
R=34.69%
G=37.99%
B=27.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212421740.0900.280.0578.5372.3481.57
HexDDF2AE901C54f4852
Octal335362256110345117110122
Binary1101110111110010101011101001011100101100111110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2AE; }

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

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

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

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

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

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

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

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