#ddf7ab

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

Shades of Reef #DDF7AB

Tints of Reef #DDF7AB

Color information

#DDF7AB (or 0xDDF7AB) is unknown color: approx Reef. HEX triplet: DD, F7 and AB. RGB value is (221,247,171). Sum of RGB (Red+Green+Blue) = 221+247+171=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 247 (96.88% from 255 or 38.65% from 639); Blue value is 171 (67.19% from 255 or 26.76% from 639); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF7AB is #220854. Grayscale: #E6E6E6. Windows color (decimal): -2230357 or 11270109. OLE color: 11270109.

HSL color Cylindrical-coordinate representation of color #DDF7AB: hue angle of 80.53º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDF7AB is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB221247171-
CMYK0.1100.310.03
HSL80.53º82.61%81.96%-
HSV(B)80.53º30.77%96.86%-
XYZ70.4384.8351.19-
YUV230.5694.39121.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.59%
GREEN value IS 247 (96.88% from 255) = 38.65%
BLUE value IS 171 (67.19% from 255) = 26.76%
R=34.59%
G=38.65%
B=26.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212471710.1100.310.0380.5382.6181.96
HexDDF7ABB01F3515352
Octal335367253130373121123122
Binary110111011111011110101011101101111111101000110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddf7ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddf7ab; }

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

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

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

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

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

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

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

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