Shades of Fog #D5CCEC
Tints of Fog #D5CCEC
RGB
CMYK
RGB Variations
Color information
#D5CCEC (or 0xD5CCEC) is known color: Fog. HEX triplet: D5, CC and EC. RGB value is (213,204,236). Sum of RGB (Red+Green+Blue) = 213+204+236=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CCEC is #2A3313. Grayscale: #D2D2D2. Windows color (decimal): -2765588 or 15518933. OLE color: 15518933.
HSL color Cylindrical-coordinate representation of color #D5CCEC: hue angle of 256.88º degrees, saturation: 0.46, 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 #D5CCEC is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 204 | 236 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.07 |
| HSL | 256.88º | 0.46% | 0.86% | - |
| HSV(B) | 256.88º | 0.14% | 0.93% | - |
| XYZ | 64.17 | 63.39 | 88.21 | - |
| YUV | 210.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 236 | 0.10 | 0.14 | 0 | 0.07 | 256.88 | 0.46 | 0.86 |
| Hex | D5 | CC | EC | A | E | 0 | 7 | 101 | 2E | 56 |
| Octal | 325 | 314 | 354 | 12 | 16 | 0 | 7 | 401 | 56 | 126 |
| Binary | 11010101 | 11001100 | 11101100 | 1010 | 1110 | 0 | 111 | 100000001 | 101110 | 1010110 |
Color Harmonies of #D5CCEC
Complementary color
Monochromatic Colors of #D5CCEC
Black with #D5CCEC
Text Example
Text Example
White with #D5CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CCEC; }
p { color: rgb(213,204,236); }
H1.HeaderClassName
{
color: #D5CCEC;
}
.AnyTagClassName
{
color: #D5CCEC;
}
</style>
background-color css
<style>
a { background-color: #D5CCEC; }
a { background-color: rgb(213,204,236); }
div.DivClassName
{
background-color: #D5CCEC;
}
.BgClassName
{
background-color: #D5CCEC;
}
</style>
border-color css
<style>
span { border-color: #D5CCEC; }
span { border-color: rgb(213,204,236); }
td.TdClassName
{
border-color: #D5CCEC;
}
.TagClassName
{
border-color: #D5CCEC;
}
</style>