Shades of Fog #D5CDE7
Tints of Fog #D5CDE7
RGB
CMYK
RGB Variations
Color information
#D5CDE7 (or 0xD5CDE7) is known color: Fog. HEX triplet: D5, CD and E7. RGB value is (213,205,231). Sum of RGB (Red+Green+Blue) = 213+205+231=649 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.82% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 231 (90.62% from 255 or 35.59% from 649); Max value from RGB is 231 - color contains mainly: blue. Hex color #D5CDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDE7 is #2A3218. Grayscale: #D2D2D2. Windows color (decimal): -2765337 or 15191509. OLE color: 15191509.
HSL color Cylindrical-coordinate representation of color #D5CDE7: hue angle of 258.46º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5CDE7 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 205 | 231 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.09 |
| HSL | 258.46º | 0.35% | 0.85% | - |
| HSV(B) | 258.46º | 0.11% | 0.91% | - |
| XYZ | 63.7 | 63.58 | 84.52 | - |
| YUV | 210.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 205 | 231 | 0.08 | 0.11 | 0 | 0.09 | 258.46 | 0.35 | 0.85 |
| Hex | D5 | CD | E7 | 8 | B | 0 | 9 | 102 | 23 | 55 |
| Octal | 325 | 315 | 347 | 10 | 13 | 0 | 11 | 402 | 43 | 125 |
| Binary | 11010101 | 11001101 | 11100111 | 1000 | 1011 | 0 | 1001 | 100000010 | 100011 | 1010101 |
Color Harmonies of #D5CDE7
Complementary color
Monochromatic Colors of #D5CDE7
Black with #D5CDE7
Text Example
Text Example
White with #D5CDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CDE7; }
p { color: rgb(213,205,231); }
H1.HeaderClassName
{
color: #D5CDE7;
}
.AnyTagClassName
{
color: #D5CDE7;
}
</style>
background-color css
<style>
a { background-color: #D5CDE7; }
a { background-color: rgb(213,205,231); }
div.DivClassName
{
background-color: #D5CDE7;
}
.BgClassName
{
background-color: #D5CDE7;
}
</style>
border-color css
<style>
span { border-color: #D5CDE7; }
span { border-color: rgb(213,205,231); }
td.TdClassName
{
border-color: #D5CDE7;
}
.TagClassName
{
border-color: #D5CDE7;
}
</style>