Shades of Reef #DDF9AB
Tints of Reef #DDF9AB
RGB
CMYK
RGB Variations
Color information
#DDF9AB (or 0xDDF9AB) is known color: Reef. HEX triplet: DD, F9 and AB. RGB value is (221,249,171). Sum of RGB (Red+Green+Blue) = 221+249+171=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 171 (67.19% from 255 or 26.68% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF9AB is #220654. Grayscale: #E8E8E8. Windows color (decimal): -2229845 or 11270621. OLE color: 11270621.
HSL color Cylindrical-coordinate representation of color #DDF9AB: hue angle of 81.54º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDF9AB is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 249 | 171 | - |
CMYK | 0.11 | 0 | 0.31 | 0.02 |
HSL | 81.54º | 0.87% | 0.82% | - |
HSV(B) | 81.54º | 0.31% | 0.98% | - |
XYZ | 71.05 | 86.06 | 51.4 | - |
YUV | 231.74 | 93.72 | 120.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 249 | 171 | 0.11 | 0 | 0.31 | 0.02 | 81.54 | 0.87 | 0.82 |
Hex | DD | F9 | AB | B | 0 | 1F | 2 | 52 | 57 | 52 |
Octal | 335 | 371 | 253 | 13 | 0 | 37 | 2 | 122 | 127 | 122 |
Binary | 11011101 | 11111001 | 10101011 | 1011 | 0 | 11111 | 10 | 1010010 | 1010111 | 1010010 |
Color Harmonies of #DDF9AB
Complementary color
Monochromatic Colors of #DDF9AB
Black with #DDF9AB
Text Example
Text Example
White with #DDF9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF9AB; }
p { color: rgb(221,249,171); }
H1.HeaderClassName
{
color: #DDF9AB;
}
.AnyTagClassName
{
color: #DDF9AB;
}
</style>
background-color css
<style>
a { background-color: #DDF9AB; }
a { background-color: rgb(221,249,171); }
div.DivClassName
{
background-color: #DDF9AB;
}
.BgClassName
{
background-color: #DDF9AB;
}
</style>
border-color css
<style>
span { border-color: #DDF9AB; }
span { border-color: rgb(221,249,171); }
td.TdClassName
{
border-color: #DDF9AB;
}
.TagClassName
{
border-color: #DDF9AB;
}
</style>