#DDF2AA

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

Shades of Reef #DDF2AA

Tints of Reef #DDF2AA

Color information

#DDF2AA (or 0xDDF2AA) is unknown color: approx Reef. HEX triplet: DD, F2 and AA. RGB value is (221,242,170). Sum of RGB (Red+Green+Blue) = 221+242+170=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 170 (66.80% from 255 or 26.86% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF2AA is #220D55. Grayscale: #E3E3E3. Windows color (decimal): -2231638 or 11203293. OLE color: 11203293.

HSL color Cylindrical-coordinate representation of color #DDF2AA: hue angle of 77.5º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDF2AA is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB221242170-
CMYK0.0900.300.05
HSL77.5º73.47%80.78%-
HSV(B)77.5º29.75%94.9%-
XYZ68.8381.7850.19-
YUV227.5195.54123.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 242 (94.92% from 255) = 38.23%
BLUE value IS 170 (66.80% from 255) = 26.86%
R=34.91%
G=38.23%
B=26.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212421700.0900.300.0577.573.4780.78
HexDDF2AA901E54e4951
Octal335362252110365116111121
Binary1101110111110010101010101001011110101100111010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2AA; }

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

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

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

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

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

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

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

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