Shades of Fog #D6CAF3
Tints of Fog #D6CAF3
RGB
CMYK
RGB Variations
Color information
#D6CAF3 (or 0xD6CAF3) is known color: Fog. HEX triplet: D6, CA and F3. RGB value is (214,202,243). Sum of RGB (Red+Green+Blue) = 214+202+243=659 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.47% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 243 - color contains mainly: blue. Hex color #D6CAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CAF3 is #29350C. Grayscale: #D2D2D2. Windows color (decimal): -2700557 or 15977174. OLE color: 15977174.
HSL color Cylindrical-coordinate representation of color #D6CAF3: hue angle of 257.56º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6CAF3 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 202 | 243 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.05 |
| HSL | 257.56º | 0.63% | 0.87% | - |
| HSV(B) | 257.56º | 0.17% | 0.95% | - |
| XYZ | 65.03 | 63.01 | 93.53 | - |
| YUV | 210.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 243 | 0.12 | 0.17 | 0 | 0.05 | 257.56 | 0.63 | 0.87 |
| Hex | D6 | CA | F3 | C | 11 | 0 | 5 | 102 | 3F | 57 |
| Octal | 326 | 312 | 363 | 14 | 21 | 0 | 5 | 402 | 77 | 127 |
| Binary | 11010110 | 11001010 | 11110011 | 1100 | 10001 | 0 | 101 | 100000010 | 111111 | 1010111 |
Color Harmonies of #D6CAF3
Complementary color
Monochromatic Colors of #D6CAF3
Black with #D6CAF3
Text Example
Text Example
White with #D6CAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CAF3; }
p { color: rgb(214,202,243); }
H1.HeaderClassName
{
color: #D6CAF3;
}
.AnyTagClassName
{
color: #D6CAF3;
}
</style>
background-color css
<style>
a { background-color: #D6CAF3; }
a { background-color: rgb(214,202,243); }
div.DivClassName
{
background-color: #D6CAF3;
}
.BgClassName
{
background-color: #D6CAF3;
}
</style>
border-color css
<style>
span { border-color: #D6CAF3; }
span { border-color: rgb(214,202,243); }
td.TdClassName
{
border-color: #D6CAF3;
}
.TagClassName
{
border-color: #D6CAF3;
}
</style>