Shades of Fog #D5CDEC
Tints of Fog #D5CDEC
RGB
CMYK
RGB Variations
Color information
#D5CDEC (or 0xD5CDEC) is known color: Fog. HEX triplet: D5, CD and EC. RGB value is (213,205,236). Sum of RGB (Red+Green+Blue) = 213+205+236=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDEC is #2A3213. Grayscale: #D2D2D2. Windows color (decimal): -2765332 or 15519189. OLE color: 15519189.
HSL color Cylindrical-coordinate representation of color #D5CDEC: hue angle of 255.48º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5CDEC is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 205 | 236 | - |
CMYK | 0.10 | 0.13 | 0 | 0.07 |
HSL | 255.48º | 0.45% | 0.86% | - |
HSV(B) | 255.48º | 0.13% | 0.93% | - |
XYZ | 64.41 | 63.86 | 88.29 | - |
YUV | 210.93 | 142.15 | 129.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 205 | 236 | 0.10 | 0.13 | 0 | 0.07 | 255.48 | 0.45 | 0.86 |
Hex | D5 | CD | EC | A | D | 0 | 7 | FF | 2D | 56 |
Octal | 325 | 315 | 354 | 12 | 15 | 0 | 7 | 377 | 55 | 126 |
Binary | 11010101 | 11001101 | 11101100 | 1010 | 1101 | 0 | 111 | 11111111 | 101101 | 1010110 |
Color Harmonies of #D5CDEC
Complementary color
Monochromatic Colors of #D5CDEC
Black with #D5CDEC
Text Example
Text Example
White with #D5CDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CDEC; }
p { color: rgb(213,205,236); }
H1.HeaderClassName
{
color: #D5CDEC;
}
.AnyTagClassName
{
color: #D5CDEC;
}
</style>
background-color css
<style>
a { background-color: #D5CDEC; }
a { background-color: rgb(213,205,236); }
div.DivClassName
{
background-color: #D5CDEC;
}
.BgClassName
{
background-color: #D5CDEC;
}
</style>
border-color css
<style>
span { border-color: #D5CDEC; }
span { border-color: rgb(213,205,236); }
td.TdClassName
{
border-color: #D5CDEC;
}
.TagClassName
{
border-color: #D5CDEC;
}
</style>