Shades of Reef #D3DFA4
Tints of Reef #D3DFA4
RGB
CMYK
RGB Variations
Color information
#D3DFA4 (or 0xD3DFA4) is known color: Reef. HEX triplet: D3, DF and A4. RGB value is (211,223,164). Sum of RGB (Red+Green+Blue) = 211+223+164=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 164 (64.45% from 255 or 27.42% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DFA4 is #2C205B. Grayscale: #D4D4D4. Windows color (decimal): -2891868 or 10805203. OLE color: 10805203.
HSL color Cylindrical-coordinate representation of color #D3DFA4: hue angle of 72.2º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3DFA4 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 164 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.13 |
| HSL | 72.2º | 0.48% | 0.76% | - |
| HSV(B) | 72.2º | 0.26% | 0.87% | - |
| XYZ | 59.95 | 69.3 | 45.34 | - |
| YUV | 212.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 164 | 0.05 | 0 | 0.26 | 0.13 | 72.2 | 0.48 | 0.76 |
| Hex | D3 | DF | A4 | 5 | 0 | 1A | D | 48 | 30 | 4C |
| Octal | 323 | 337 | 244 | 5 | 0 | 32 | 15 | 110 | 60 | 114 |
| Binary | 11010011 | 11011111 | 10100100 | 101 | 0 | 11010 | 1101 | 1001000 | 110000 | 1001100 |
Color Harmonies of #D3DFA4
Complementary color
Monochromatic Colors of #D3DFA4
Black with #D3DFA4
Text Example
Text Example
White with #D3DFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DFA4; }
p { color: rgb(211,223,164); }
H1.HeaderClassName
{
color: #D3DFA4;
}
.AnyTagClassName
{
color: #D3DFA4;
}
</style>
background-color css
<style>
a { background-color: #D3DFA4; }
a { background-color: rgb(211,223,164); }
div.DivClassName
{
background-color: #D3DFA4;
}
.BgClassName
{
background-color: #D3DFA4;
}
</style>
border-color css
<style>
span { border-color: #D3DFA4; }
span { border-color: rgb(211,223,164); }
td.TdClassName
{
border-color: #D3DFA4;
}
.TagClassName
{
border-color: #D3DFA4;
}
</style>