Shades of Fog #D3CADC
Tints of Fog #D3CADC
RGB
CMYK
RGB Variations
Color information
#D3CADC (or 0xD3CADC) is known color: Fog. HEX triplet: D3, CA and DC. RGB value is (211,202,220). Sum of RGB (Red+Green+Blue) = 211+202+220=633 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.33% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CADC is #2C3523. Grayscale: #CECECE. Windows color (decimal): -2897188 or 14469843. OLE color: 14469843.
HSL color Cylindrical-coordinate representation of color #D3CADC: hue angle of 270º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3CADC is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 202 | 220 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.14 |
| HSL | 270º | 0.2% | 0.83% | - |
| HSV(B) | 270º | 0.08% | 0.86% | - |
| XYZ | 60.9 | 61.26 | 76.32 | - |
| YUV | 206.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 202 | 220 | 0.04 | 0.08 | 0 | 0.14 | 270 | 0.2 | 0.83 |
| Hex | D3 | CA | DC | 4 | 8 | 0 | E | 10E | 14 | 53 |
| Octal | 323 | 312 | 334 | 4 | 10 | 0 | 16 | 416 | 24 | 123 |
| Binary | 11010011 | 11001010 | 11011100 | 100 | 1000 | 0 | 1110 | 100001110 | 10100 | 1010011 |
Color Harmonies of #D3CADC
Complementary color
Monochromatic Colors of #D3CADC
Black with #D3CADC
Text Example
Text Example
White with #D3CADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CADC; }
p { color: rgb(211,202,220); }
H1.HeaderClassName
{
color: #D3CADC;
}
.AnyTagClassName
{
color: #D3CADC;
}
</style>
background-color css
<style>
a { background-color: #D3CADC; }
a { background-color: rgb(211,202,220); }
div.DivClassName
{
background-color: #D3CADC;
}
.BgClassName
{
background-color: #D3CADC;
}
</style>
border-color css
<style>
span { border-color: #D3CADC; }
span { border-color: rgb(211,202,220); }
td.TdClassName
{
border-color: #D3CADC;
}
.TagClassName
{
border-color: #D3CADC;
}
</style>