#DDF9A2

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

Shades of Reef #DDF9A2

Tints of Reef #DDF9A2

Color information

#DDF9A2 (or 0xDDF9A2) is unknown color: approx Reef. HEX triplet: DD, F9 and A2. RGB value is (221,249,162). Sum of RGB (Red+Green+Blue) = 221+249+162=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 162 (63.67% from 255 or 25.63% from 632); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF9A2 is #22065D. Grayscale: #E7E7E7. Windows color (decimal): -2229854 or 10680797. OLE color: 10680797.

HSL color Cylindrical-coordinate representation of color #DDF9A2: hue angle of 79.31º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDF9A2 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB221249162-
CMYK0.1100.350.02
HSL79.31º87.88%80.59%-
HSV(B)79.31º34.94%97.65%-
XYZ70.2285.7347.03-
YUV230.7189.22121.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 249 (97.66% from 255) = 39.40%
BLUE value IS 162 (63.67% from 255) = 25.63%
R=34.97%
G=39.40%
B=25.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212491620.1100.350.0279.3187.8880.59
HexDDF9A2B02324f5851
Octal335371242130432117130121
Binary1101110111111001101000101011010001110100111110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF9A2; }

 p { color: rgb(221,249,162); }

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

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

 a { background-color: rgb(221,249,162); }

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

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

 span { border-color: rgb(221,249,162); }

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