Shades of Fog #D5CDF2
Tints of Fog #D5CDF2
RGB
CMYK
RGB Variations
Color information
#D5CDF2 (or 0xD5CDF2) is known color: Fog. HEX triplet: D5, CD and F2. RGB value is (213,205,242). Sum of RGB (Red+Green+Blue) = 213+205+242=660 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.27% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 242 - color contains mainly: blue. Hex color #D5CDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDF2 is #2A320D. Grayscale: #D3D3D3. Windows color (decimal): -2765326 or 15912405. OLE color: 15912405.
HSL color Cylindrical-coordinate representation of color #D5CDF2: hue angle of 252.97º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5CDF2 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 205 | 242 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.05 |
| HSL | 252.97º | 0.59% | 0.88% | - |
| HSV(B) | 252.97º | 0.15% | 0.95% | - |
| XYZ | 65.3 | 64.22 | 92.96 | - |
| YUV | 211.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 205 | 242 | 0.12 | 0.15 | 0 | 0.05 | 252.97 | 0.59 | 0.88 |
| Hex | D5 | CD | F2 | C | F | 0 | 5 | FD | 3B | 58 |
| Octal | 325 | 315 | 362 | 14 | 17 | 0 | 5 | 375 | 73 | 130 |
| Binary | 11010101 | 11001101 | 11110010 | 1100 | 1111 | 0 | 101 | 11111101 | 111011 | 1011000 |
Color Harmonies of #D5CDF2
Complementary color
Monochromatic Colors of #D5CDF2
Black with #D5CDF2
Text Example
Text Example
White with #D5CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CDF2; }
p { color: rgb(213,205,242); }
H1.HeaderClassName
{
color: #D5CDF2;
}
.AnyTagClassName
{
color: #D5CDF2;
}
</style>
background-color css
<style>
a { background-color: #D5CDF2; }
a { background-color: rgb(213,205,242); }
div.DivClassName
{
background-color: #D5CDF2;
}
.BgClassName
{
background-color: #D5CDF2;
}
</style>
border-color css
<style>
span { border-color: #D5CDF2; }
span { border-color: rgb(213,205,242); }
td.TdClassName
{
border-color: #D5CDF2;
}
.TagClassName
{
border-color: #D5CDF2;
}
</style>