Shades of Reef #DAFF9B
Tints of Reef #DAFF9B
RGB
CMYK
RGB Variations
Color information
#DAFF9B (or 0xDAFF9B) is known color: Reef. HEX triplet: DA, FF and 9B. RGB value is (218,255,155). Sum of RGB (Red+Green+Blue) = 218+255+155=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 155 (60.94% from 255 or 24.68% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF9B is #250064. Grayscale: #E8E8E8. Windows color (decimal): -2424933 or 10223578. OLE color: 10223578.
HSL color Cylindrical-coordinate representation of color #DAFF9B: hue angle of 82.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 #DAFF9B is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 155 | - |
| CMYK | 0.15 | 0 | 0.39 | 0 |
| HSL | 82.2º | 1% | 0.8% | - |
| HSV(B) | 82.2º | 0.39% | 1% | - |
| XYZ | 70.59 | 88.79 | 44.43 | - |
| YUV | 232.54 | 84.24 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 155 | 0.15 | 0 | 0.39 | 0 | 82.2 | 1 | 0.8 |
| Hex | DA | FF | 9B | F | 0 | 27 | 0 | 52 | 64 | 50 |
| Octal | 332 | 377 | 233 | 17 | 0 | 47 | 0 | 122 | 144 | 120 |
| Binary | 11011010 | 11111111 | 10011011 | 1111 | 0 | 100111 | 0 | 1010010 | 1100100 | 1010000 |
Color Harmonies of #DAFF9B
Complementary color
Monochromatic Colors of #DAFF9B
Black with #DAFF9B
Text Example
Text Example
White with #DAFF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF9B; }
p { color: rgb(218,255,155); }
H1.HeaderClassName
{
color: #DAFF9B;
}
.AnyTagClassName
{
color: #DAFF9B;
}
</style>
background-color css
<style>
a { background-color: #DAFF9B; }
a { background-color: rgb(218,255,155); }
div.DivClassName
{
background-color: #DAFF9B;
}
.BgClassName
{
background-color: #DAFF9B;
}
</style>
border-color css
<style>
span { border-color: #DAFF9B; }
span { border-color: rgb(218,255,155); }
td.TdClassName
{
border-color: #DAFF9B;
}
.TagClassName
{
border-color: #DAFF9B;
}
</style>