Shades of Reef #D1DFB0
Tints of Reef #D1DFB0
RGB
CMYK
RGB Variations
Color information
#D1DFB0 (or 0xD1DFB0) is known color: Reef. HEX triplet: D1, DF and B0. RGB value is (209,223,176). Sum of RGB (Red+Green+Blue) = 209+223+176=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 176 (69.14% from 255 or 28.95% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DFB0 is #2E204F. Grayscale: #D5D5D5. Windows color (decimal): -3022928 or 11591633. OLE color: 11591633.
HSL color Cylindrical-coordinate representation of color #D1DFB0: hue angle of 77.87º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1DFB0 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 209 | 223 | 176 | - |
CMYK | 0.06 | 0 | 0.21 | 0.13 |
HSL | 77.87º | 0.42% | 0.78% | - |
HSV(B) | 77.87º | 0.21% | 0.87% | - |
XYZ | 60.52 | 69.47 | 51.29 | - |
YUV | 213.46 | 106.86 | 124.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 223 | 176 | 0.06 | 0 | 0.21 | 0.13 | 77.87 | 0.42 | 0.78 |
Hex | D1 | DF | B0 | 6 | 0 | 15 | D | 4E | 2A | 4E |
Octal | 321 | 337 | 260 | 6 | 0 | 25 | 15 | 116 | 52 | 116 |
Binary | 11010001 | 11011111 | 10110000 | 110 | 0 | 10101 | 1101 | 1001110 | 101010 | 1001110 |
Color Harmonies of #D1DFB0
Complementary color
Monochromatic Colors of #D1DFB0
Black with #D1DFB0
Text Example
Text Example
White with #D1DFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DFB0; }
p { color: rgb(209,223,176); }
H1.HeaderClassName
{
color: #D1DFB0;
}
.AnyTagClassName
{
color: #D1DFB0;
}
</style>
background-color css
<style>
a { background-color: #D1DFB0; }
a { background-color: rgb(209,223,176); }
div.DivClassName
{
background-color: #D1DFB0;
}
.BgClassName
{
background-color: #D1DFB0;
}
</style>
border-color css
<style>
span { border-color: #D1DFB0; }
span { border-color: rgb(209,223,176); }
td.TdClassName
{
border-color: #D1DFB0;
}
.TagClassName
{
border-color: #D1DFB0;
}
</style>