Shades of Reef #DDFF9C
Tints of Reef #DDFF9C
RGB
CMYK
RGB Variations
Color information
#DDFF9C (or 0xDDFF9C) is known color: Reef. HEX triplet: DD, FF and 9C. RGB value is (221,255,156). Sum of RGB (Red+Green+Blue) = 221+255+156=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 156 (61.33% from 255 or 24.68% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF9C is #220063. Grayscale: #E9E9E9. Windows color (decimal): -2228324 or 10289117. OLE color: 10289117.
HSL color Cylindrical-coordinate representation of color #DDFF9C: hue angle of 80.61º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDFF9C is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 156 | - |
| CMYK | 0.13 | 0 | 0.39 | 0 |
| HSL | 80.61º | 1% | 0.81% | - |
| HSV(B) | 80.61º | 0.39% | 1% | - |
| XYZ | 71.58 | 89.29 | 44.92 | - |
| YUV | 233.55 | 84.24 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 156 | 0.13 | 0 | 0.39 | 0 | 80.61 | 1 | 0.81 |
| Hex | DD | FF | 9C | D | 0 | 27 | 0 | 51 | 64 | 51 |
| Octal | 335 | 377 | 234 | 15 | 0 | 47 | 0 | 121 | 144 | 121 |
| Binary | 11011101 | 11111111 | 10011100 | 1101 | 0 | 100111 | 0 | 1010001 | 1100100 | 1010001 |
Color Harmonies of #DDFF9C
Complementary color
Monochromatic Colors of #DDFF9C
Black with #DDFF9C
Text Example
Text Example
White with #DDFF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF9C; }
p { color: rgb(221,255,156); }
H1.HeaderClassName
{
color: #DDFF9C;
}
.AnyTagClassName
{
color: #DDFF9C;
}
</style>
background-color css
<style>
a { background-color: #DDFF9C; }
a { background-color: rgb(221,255,156); }
div.DivClassName
{
background-color: #DDFF9C;
}
.BgClassName
{
background-color: #DDFF9C;
}
</style>
border-color css
<style>
span { border-color: #DDFF9C; }
span { border-color: rgb(221,255,156); }
td.TdClassName
{
border-color: #DDFF9C;
}
.TagClassName
{
border-color: #DDFF9C;
}
</style>