Shades of Reef #DDFAB2
Tints of Reef #DDFAB2
RGB
CMYK
RGB Variations
Color information
#DDFAB2 (or 0xDDFAB2) is known color: Reef. HEX triplet: DD, FA and B2. RGB value is (221,250,178). Sum of RGB (Red+Green+Blue) = 221+250+178=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 178 (69.92% from 255 or 27.43% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFAB2 is #22054D. Grayscale: #E9E9E9. Windows color (decimal): -2229582 or 11729629. OLE color: 11729629.
HSL color Cylindrical-coordinate representation of color #DDFAB2: hue angle of 84.17º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDFAB2 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 250 | 178 | - |
CMYK | 0.12 | 0 | 0.29 | 0.02 |
HSL | 84.17º | 0.88% | 0.84% | - |
HSV(B) | 84.17º | 0.29% | 0.98% | - |
XYZ | 72.04 | 86.96 | 55.11 | - |
YUV | 233.12 | 96.89 | 119.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 250 | 178 | 0.12 | 0 | 0.29 | 0.02 | 84.17 | 0.88 | 0.84 |
Hex | DD | FA | B2 | C | 0 | 1D | 2 | 54 | 58 | 54 |
Octal | 335 | 372 | 262 | 14 | 0 | 35 | 2 | 124 | 130 | 124 |
Binary | 11011101 | 11111010 | 10110010 | 1100 | 0 | 11101 | 10 | 1010100 | 1011000 | 1010100 |
Color Harmonies of #DDFAB2
Complementary color
Monochromatic Colors of #DDFAB2
Black with #DDFAB2
Text Example
Text Example
White with #DDFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAB2; }
p { color: rgb(221,250,178); }
H1.HeaderClassName
{
color: #DDFAB2;
}
.AnyTagClassName
{
color: #DDFAB2;
}
</style>
background-color css
<style>
a { background-color: #DDFAB2; }
a { background-color: rgb(221,250,178); }
div.DivClassName
{
background-color: #DDFAB2;
}
.BgClassName
{
background-color: #DDFAB2;
}
</style>
border-color css
<style>
span { border-color: #DDFAB2; }
span { border-color: rgb(221,250,178); }
td.TdClassName
{
border-color: #DDFAB2;
}
.TagClassName
{
border-color: #DDFAB2;
}
</style>