Shades of Reef #DFFF9B
Tints of Reef #DFFF9B
RGB
CMYK
RGB Variations
Color information
#DFFF9B (or 0xDFFF9B) is known color: Reef. HEX triplet: DF, FF and 9B. RGB value is (223,255,155). Sum of RGB (Red+Green+Blue) = 223+255+155=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 155 (60.94% from 255 or 24.49% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFF9B is #200064. Grayscale: #EAEAEA. Windows color (decimal): -2097253 or 10223583. OLE color: 10223583.
HSL color Cylindrical-coordinate representation of color #DFFF9B: hue angle of 79.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFFF9B is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 155 | - |
| CMYK | 0.13 | 0 | 0.39 | 0 |
| HSL | 79.2º | 1% | 0.8% | - |
| HSV(B) | 79.2º | 0.39% | 1% | - |
| XYZ | 72.11 | 89.57 | 44.5 | - |
| YUV | 234.03 | 83.4 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 155 | 0.13 | 0 | 0.39 | 0 | 79.2 | 1 | 0.8 |
| Hex | DF | FF | 9B | D | 0 | 27 | 0 | 4F | 64 | 50 |
| Octal | 337 | 377 | 233 | 15 | 0 | 47 | 0 | 117 | 144 | 120 |
| Binary | 11011111 | 11111111 | 10011011 | 1101 | 0 | 100111 | 0 | 1001111 | 1100100 | 1010000 |
Color Harmonies of #DFFF9B
Complementary color
Monochromatic Colors of #DFFF9B
Black with #DFFF9B
Text Example
Text Example
White with #DFFF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF9B; }
p { color: rgb(223,255,155); }
H1.HeaderClassName
{
color: #DFFF9B;
}
.AnyTagClassName
{
color: #DFFF9B;
}
</style>
background-color css
<style>
a { background-color: #DFFF9B; }
a { background-color: rgb(223,255,155); }
div.DivClassName
{
background-color: #DFFF9B;
}
.BgClassName
{
background-color: #DFFF9B;
}
</style>
border-color css
<style>
span { border-color: #DFFF9B; }
span { border-color: rgb(223,255,155); }
td.TdClassName
{
border-color: #DFFF9B;
}
.TagClassName
{
border-color: #DFFF9B;
}
</style>