Shades of Reef #D9F0B3
Tints of Reef #D9F0B3
RGB
CMYK
RGB Variations
Color information
#D9F0B3 (or 0xD9F0B3) is known color: Reef. HEX triplet: D9, F0 and B3. RGB value is (217,240,179). Sum of RGB (Red+Green+Blue) = 217+240+179=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 179 (70.31% from 255 or 28.14% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F0B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F0B3 is #260F4C. Grayscale: #E2E2E2. Windows color (decimal): -2494285 or 11792601. OLE color: 11792601.
HSL color Cylindrical-coordinate representation of color #D9F0B3: hue angle of 82.62º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9F0B3 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 240 | 179 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.06 |
| HSL | 82.62º | 0.67% | 0.82% | - |
| HSV(B) | 82.62º | 0.25% | 0.94% | - |
| XYZ | 67.91 | 80.33 | 54.57 | - |
| YUV | 226.17 | 101.38 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 240 | 179 | 0.10 | 0 | 0.25 | 0.06 | 82.62 | 0.67 | 0.82 |
| Hex | D9 | F0 | B3 | A | 0 | 19 | 6 | 53 | 43 | 52 |
| Octal | 331 | 360 | 263 | 12 | 0 | 31 | 6 | 123 | 103 | 122 |
| Binary | 11011001 | 11110000 | 10110011 | 1010 | 0 | 11001 | 110 | 1010011 | 1000011 | 1010010 |
Color Harmonies of #D9F0B3
Complementary color
Monochromatic Colors of #D9F0B3
Black with #D9F0B3
Text Example
Text Example
White with #D9F0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F0B3; }
p { color: rgb(217,240,179); }
H1.HeaderClassName
{
color: #D9F0B3;
}
.AnyTagClassName
{
color: #D9F0B3;
}
</style>
background-color css
<style>
a { background-color: #D9F0B3; }
a { background-color: rgb(217,240,179); }
div.DivClassName
{
background-color: #D9F0B3;
}
.BgClassName
{
background-color: #D9F0B3;
}
</style>
border-color css
<style>
span { border-color: #D9F0B3; }
span { border-color: rgb(217,240,179); }
td.TdClassName
{
border-color: #D9F0B3;
}
.TagClassName
{
border-color: #D9F0B3;
}
</style>