Shades of Fog #D6CAFA
Tints of Fog #D6CAFA
RGB
CMYK
RGB Variations
Color information
#D6CAFA (or 0xD6CAFA) is known color: Fog. HEX triplet: D6, CA and FA. RGB value is (214,202,250). Sum of RGB (Red+Green+Blue) = 214+202+250=666 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.13% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CAFA is #293505. Grayscale: #D2D2D2. Windows color (decimal): -2700550 or 16435926. OLE color: 16435926.
HSL color Cylindrical-coordinate representation of color #D6CAFA: hue angle of 255º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6CAFA is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 202 | 250 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.02 |
| HSL | 255º | 0.83% | 0.89% | - |
| HSV(B) | 255º | 0.19% | 0.98% | - |
| XYZ | 66.11 | 63.44 | 99.2 | - |
| YUV | 211.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 250 | 0.14 | 0.19 | 0 | 0.02 | 255 | 0.83 | 0.89 |
| Hex | D6 | CA | FA | E | 13 | 0 | 2 | FF | 53 | 59 |
| Octal | 326 | 312 | 372 | 16 | 23 | 0 | 2 | 377 | 123 | 131 |
| Binary | 11010110 | 11001010 | 11111010 | 1110 | 10011 | 0 | 10 | 11111111 | 1010011 | 1011001 |
Color Harmonies of #D6CAFA
Complementary color
Monochromatic Colors of #D6CAFA
Black with #D6CAFA
Text Example
Text Example
White with #D6CAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CAFA; }
p { color: rgb(214,202,250); }
H1.HeaderClassName
{
color: #D6CAFA;
}
.AnyTagClassName
{
color: #D6CAFA;
}
</style>
background-color css
<style>
a { background-color: #D6CAFA; }
a { background-color: rgb(214,202,250); }
div.DivClassName
{
background-color: #D6CAFA;
}
.BgClassName
{
background-color: #D6CAFA;
}
</style>
border-color css
<style>
span { border-color: #D6CAFA; }
span { border-color: rgb(214,202,250); }
td.TdClassName
{
border-color: #D6CAFA;
}
.TagClassName
{
border-color: #D6CAFA;
}
</style>