Shades of Fog #D3CFDB
Tints of Fog #D3CFDB
RGB
CMYK
RGB Variations
Color information
#D3CFDB (or 0xD3CFDB) is known color: Fog. HEX triplet: D3, CF and DB. RGB value is (211,207,219). Sum of RGB (Red+Green+Blue) = 211+207+219=637 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.12% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3CFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CFDB is #2C3024. Grayscale: #D1D1D1. Windows color (decimal): -2895909 or 14405587. OLE color: 14405587.
HSL color Cylindrical-coordinate representation of color #D3CFDB: hue angle of 260º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D3CFDB is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 211 | 207 | 219 | - |
CMYK | 0.04 | 0.05 | 0 | 0.14 |
HSL | 260º | 0.14% | 0.84% | - |
HSV(B) | 260º | 0.05% | 0.86% | - |
XYZ | 61.96 | 63.59 | 76.03 | - |
YUV | 209.56 | 133.33 | 129.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 207 | 219 | 0.04 | 0.05 | 0 | 0.14 | 260 | 0.14 | 0.84 |
Hex | D3 | CF | DB | 4 | 5 | 0 | E | 104 | E | 54 |
Octal | 323 | 317 | 333 | 4 | 5 | 0 | 16 | 404 | 16 | 124 |
Binary | 11010011 | 11001111 | 11011011 | 100 | 101 | 0 | 1110 | 100000100 | 1110 | 1010100 |
Color Harmonies of #D3CFDB
Complementary color
Monochromatic Colors of #D3CFDB
Black with #D3CFDB
Text Example
Text Example
White with #D3CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CFDB; }
p { color: rgb(211,207,219); }
H1.HeaderClassName
{
color: #D3CFDB;
}
.AnyTagClassName
{
color: #D3CFDB;
}
</style>
background-color css
<style>
a { background-color: #D3CFDB; }
a { background-color: rgb(211,207,219); }
div.DivClassName
{
background-color: #D3CFDB;
}
.BgClassName
{
background-color: #D3CFDB;
}
</style>
border-color css
<style>
span { border-color: #D3CFDB; }
span { border-color: rgb(211,207,219); }
td.TdClassName
{
border-color: #D3CFDB;
}
.TagClassName
{
border-color: #D3CFDB;
}
</style>