Shades of Reef #DDF99C
Tints of Reef #DDF99C
RGB
CMYK
RGB Variations
Color information
#DDF99C (or 0xDDF99C) is known color: Reef. HEX triplet: DD, F9 and 9C. RGB value is (221,249,156). Sum of RGB (Red+Green+Blue) = 221+249+156=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 249 (97.66% from 255 or 39.78% from 626); Blue value is 156 (61.33% from 255 or 24.92% from 626); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF99C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF99C is #220663. Grayscale: #E6E6E6. Windows color (decimal): -2229860 or 10287581. OLE color: 10287581.
HSL color Cylindrical-coordinate representation of color #DDF99C: hue angle of 78.06º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDF99C is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 156 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.02 |
| HSL | 78.06º | 0.89% | 0.79% | - |
| HSV(B) | 78.06º | 0.37% | 0.98% | - |
| XYZ | 69.7 | 85.52 | 44.29 | - |
| YUV | 230.03 | 86.22 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 156 | 0.11 | 0 | 0.37 | 0.02 | 78.06 | 0.89 | 0.79 |
| Hex | DD | F9 | 9C | B | 0 | 25 | 2 | 4E | 59 | 4F |
| Octal | 335 | 371 | 234 | 13 | 0 | 45 | 2 | 116 | 131 | 117 |
| Binary | 11011101 | 11111001 | 10011100 | 1011 | 0 | 100101 | 10 | 1001110 | 1011001 | 1001111 |
Color Harmonies of #DDF99C
Complementary color
Monochromatic Colors of #DDF99C
Black with #DDF99C
Text Example
Text Example
White with #DDF99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF99C; }
p { color: rgb(221,249,156); }
H1.HeaderClassName
{
color: #DDF99C;
}
.AnyTagClassName
{
color: #DDF99C;
}
</style>
background-color css
<style>
a { background-color: #DDF99C; }
a { background-color: rgb(221,249,156); }
div.DivClassName
{
background-color: #DDF99C;
}
.BgClassName
{
background-color: #DDF99C;
}
</style>
border-color css
<style>
span { border-color: #DDF99C; }
span { border-color: rgb(221,249,156); }
td.TdClassName
{
border-color: #DDF99C;
}
.TagClassName
{
border-color: #DDF99C;
}
</style>