#DDF2AB

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

Shades of Reef #DDF2AB

Tints of Reef #DDF2AB

Color information

#DDF2AB (or 0xDDF2AB) is unknown color: approx Reef. HEX triplet: DD, F2 and AB. RGB value is (221,242,171). Sum of RGB (Red+Green+Blue) = 221+242+171=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 171 (67.19% from 255 or 26.97% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF2AB is #220D54. Grayscale: #E3E3E3. Windows color (decimal): -2231637 or 11268829. OLE color: 11268829.

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

Color convert

RGB221242171-
CMYK0.0900.290.05
HSL77.75º73.2%80.98%-
HSV(B)77.75º29.34%94.9%-
XYZ68.9281.8250.69-
YUV227.6396.04123.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 242 (94.92% from 255) = 38.17%
BLUE value IS 171 (67.19% from 255) = 26.97%
R=34.86%
G=38.17%
B=26.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212421710.0900.290.0577.7573.280.98
HexDDF2AB901D54e4951
Octal335362253110355116111121
Binary1101110111110010101010111001011101101100111010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2AB; }

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

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

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

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

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

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

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

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