Shades of Reef #DAFF9C
Tints of Reef #DAFF9C
RGB
CMYK
RGB Variations
Color information
#DAFF9C (or 0xDAFF9C) is known color: Reef. HEX triplet: DA, FF and 9C. RGB value is (218,255,156). Sum of RGB (Red+Green+Blue) = 218+255+156=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 156 (61.33% from 255 or 24.80% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF9C is #250063. Grayscale: #E9E9E9. Windows color (decimal): -2424932 or 10289114. OLE color: 10289114.
HSL color Cylindrical-coordinate representation of color #DAFF9C: hue angle of 82.42º 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 #DAFF9C is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 156 | - |
| CMYK | 0.15 | 0 | 0.39 | 0 |
| HSL | 82.42º | 1% | 0.81% | - |
| HSV(B) | 82.42º | 0.39% | 1% | - |
| XYZ | 70.67 | 88.83 | 44.87 | - |
| YUV | 232.65 | 84.74 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 156 | 0.15 | 0 | 0.39 | 0 | 82.42 | 1 | 0.81 |
| Hex | DA | FF | 9C | F | 0 | 27 | 0 | 52 | 64 | 51 |
| Octal | 332 | 377 | 234 | 17 | 0 | 47 | 0 | 122 | 144 | 121 |
| Binary | 11011010 | 11111111 | 10011100 | 1111 | 0 | 100111 | 0 | 1010010 | 1100100 | 1010001 |
Color Harmonies of #DAFF9C
Complementary color
Monochromatic Colors of #DAFF9C
Black with #DAFF9C
Text Example
Text Example
White with #DAFF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF9C; }
p { color: rgb(218,255,156); }
H1.HeaderClassName
{
color: #DAFF9C;
}
.AnyTagClassName
{
color: #DAFF9C;
}
</style>
background-color css
<style>
a { background-color: #DAFF9C; }
a { background-color: rgb(218,255,156); }
div.DivClassName
{
background-color: #DAFF9C;
}
.BgClassName
{
background-color: #DAFF9C;
}
</style>
border-color css
<style>
span { border-color: #DAFF9C; }
span { border-color: rgb(218,255,156); }
td.TdClassName
{
border-color: #DAFF9C;
}
.TagClassName
{
border-color: #DAFF9C;
}
</style>