Shades of Fog #D3CCDB
Tints of Fog #D3CCDB
RGB
CMYK
RGB Variations
Color information
#D3CCDB (or 0xD3CCDB) is known color: Fog. HEX triplet: D3, CC and DB. RGB value is (211,204,219). Sum of RGB (Red+Green+Blue) = 211+204+219=634 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.28% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CCDB is #2C3324. Grayscale: #CFCFCF. Windows color (decimal): -2896677 or 14404819. OLE color: 14404819.
HSL color Cylindrical-coordinate representation of color #D3CCDB: hue angle of 268º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D3CCDB is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 211 | 204 | 219 | - |
CMYK | 0.04 | 0.07 | 0 | 0.14 |
HSL | 268º | 0.17% | 0.83% | - |
HSV(B) | 268º | 0.07% | 0.86% | - |
XYZ | 61.24 | 62.15 | 75.79 | - |
YUV | 207.8 | 134.32 | 130.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 204 | 219 | 0.04 | 0.07 | 0 | 0.14 | 268 | 0.17 | 0.83 |
Hex | D3 | CC | DB | 4 | 7 | 0 | E | 10C | 11 | 53 |
Octal | 323 | 314 | 333 | 4 | 7 | 0 | 16 | 414 | 21 | 123 |
Binary | 11010011 | 11001100 | 11011011 | 100 | 111 | 0 | 1110 | 100001100 | 10001 | 1010011 |
Color Harmonies of #D3CCDB
Complementary color
Monochromatic Colors of #D3CCDB
Black with #D3CCDB
Text Example
Text Example
White with #D3CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CCDB; }
p { color: rgb(211,204,219); }
H1.HeaderClassName
{
color: #D3CCDB;
}
.AnyTagClassName
{
color: #D3CCDB;
}
</style>
background-color css
<style>
a { background-color: #D3CCDB; }
a { background-color: rgb(211,204,219); }
div.DivClassName
{
background-color: #D3CCDB;
}
.BgClassName
{
background-color: #D3CCDB;
}
</style>
border-color css
<style>
span { border-color: #D3CCDB; }
span { border-color: rgb(211,204,219); }
td.TdClassName
{
border-color: #D3CCDB;
}
.TagClassName
{
border-color: #D3CCDB;
}
</style>