Shades of Fog #D5CAEC
Tints of Fog #D5CAEC
RGB
CMYK
RGB Variations
Color information
#D5CAEC (or 0xD5CAEC) is known color: Fog. HEX triplet: D5, CA and EC. RGB value is (213,202,236). Sum of RGB (Red+Green+Blue) = 213+202+236=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CAEC is #2A3513. Grayscale: #D1D1D1. Windows color (decimal): -2766100 or 15518421. OLE color: 15518421.
HSL color Cylindrical-coordinate representation of color #D5CAEC: hue angle of 259.41º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5CAEC is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 202 | 236 | - |
CMYK | 0.10 | 0.14 | 0 | 0.07 |
HSL | 259.41º | 0.47% | 0.86% | - |
HSV(B) | 259.41º | 0.14% | 0.93% | - |
XYZ | 63.7 | 62.44 | 88.05 | - |
YUV | 209.17 | 143.14 | 130.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 202 | 236 | 0.10 | 0.14 | 0 | 0.07 | 259.41 | 0.47 | 0.86 |
Hex | D5 | CA | EC | A | E | 0 | 7 | 103 | 2F | 56 |
Octal | 325 | 312 | 354 | 12 | 16 | 0 | 7 | 403 | 57 | 126 |
Binary | 11010101 | 11001010 | 11101100 | 1010 | 1110 | 0 | 111 | 100000011 | 101111 | 1010110 |
Color Harmonies of #D5CAEC
Complementary color
Monochromatic Colors of #D5CAEC
Black with #D5CAEC
Text Example
Text Example
White with #D5CAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CAEC; }
p { color: rgb(213,202,236); }
H1.HeaderClassName
{
color: #D5CAEC;
}
.AnyTagClassName
{
color: #D5CAEC;
}
</style>
background-color css
<style>
a { background-color: #D5CAEC; }
a { background-color: rgb(213,202,236); }
div.DivClassName
{
background-color: #D5CAEC;
}
.BgClassName
{
background-color: #D5CAEC;
}
</style>
border-color css
<style>
span { border-color: #D5CAEC; }
span { border-color: rgb(213,202,236); }
td.TdClassName
{
border-color: #D5CAEC;
}
.TagClassName
{
border-color: #D5CAEC;
}
</style>