Shades of Fog #D6CBF4
Tints of Fog #D6CBF4
RGB
CMYK
RGB Variations
Color information
#D6CBF4 (or 0xD6CBF4) is known color: Fog. HEX triplet: D6, CB and F4. RGB value is (214,203,244). Sum of RGB (Red+Green+Blue) = 214+203+244=661 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.38% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 244 (95.70% from 255 or 36.91% from 661); Max value from RGB is 244 - color contains mainly: blue. Hex color #D6CBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CBF4 is #29340B. Grayscale: #D2D2D2. Windows color (decimal): -2700300 or 16042966. OLE color: 16042966.
HSL color Cylindrical-coordinate representation of color #D6CBF4: hue angle of 256.1º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6CBF4 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 203 | 244 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.04 |
| HSL | 256.1º | 0.65% | 0.88% | - |
| HSV(B) | 256.1º | 0.17% | 0.96% | - |
| XYZ | 65.42 | 63.54 | 94.4 | - |
| YUV | 210.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 244 | 0.12 | 0.17 | 0 | 0.04 | 256.1 | 0.65 | 0.88 |
| Hex | D6 | CB | F4 | C | 11 | 0 | 4 | 100 | 41 | 58 |
| Octal | 326 | 313 | 364 | 14 | 21 | 0 | 4 | 400 | 101 | 130 |
| Binary | 11010110 | 11001011 | 11110100 | 1100 | 10001 | 0 | 100 | 100000000 | 1000001 | 1011000 |
Color Harmonies of #D6CBF4
Complementary color
Monochromatic Colors of #D6CBF4
Black with #D6CBF4
Text Example
Text Example
White with #D6CBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CBF4; }
p { color: rgb(214,203,244); }
H1.HeaderClassName
{
color: #D6CBF4;
}
.AnyTagClassName
{
color: #D6CBF4;
}
</style>
background-color css
<style>
a { background-color: #D6CBF4; }
a { background-color: rgb(214,203,244); }
div.DivClassName
{
background-color: #D6CBF4;
}
.BgClassName
{
background-color: #D6CBF4;
}
</style>
border-color css
<style>
span { border-color: #D6CBF4; }
span { border-color: rgb(214,203,244); }
td.TdClassName
{
border-color: #D6CBF4;
}
.TagClassName
{
border-color: #D6CBF4;
}
</style>