Shades of Fog #D5CCED
Tints of Fog #D5CCED
RGB
CMYK
RGB Variations
Color information
#D5CCED (or 0xD5CCED) is known color: Fog. HEX triplet: D5, CC and ED. RGB value is (213,204,237). Sum of RGB (Red+Green+Blue) = 213+204+237=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CCED is #2A3312. Grayscale: #D2D2D2. Windows color (decimal): -2765587 or 15584469. OLE color: 15584469.
HSL color Cylindrical-coordinate representation of color #D5CCED: hue angle of 256.36º degrees, saturation: 0.48, 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 #D5CCED is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 204 | 237 | - |
CMYK | 0.10 | 0.14 | 0 | 0.07 |
HSL | 256.36º | 0.48% | 0.86% | - |
HSV(B) | 256.36º | 0.14% | 0.93% | - |
XYZ | 64.32 | 63.45 | 88.98 | - |
YUV | 210.45 | 142.98 | 129.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 204 | 237 | 0.10 | 0.14 | 0 | 0.07 | 256.36 | 0.48 | 0.86 |
Hex | D5 | CC | ED | A | E | 0 | 7 | 100 | 30 | 56 |
Octal | 325 | 314 | 355 | 12 | 16 | 0 | 7 | 400 | 60 | 126 |
Binary | 11010101 | 11001100 | 11101101 | 1010 | 1110 | 0 | 111 | 100000000 | 110000 | 1010110 |
Color Harmonies of #D5CCED
Complementary color
Monochromatic Colors of #D5CCED
Black with #D5CCED
Text Example
Text Example
White with #D5CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CCED; }
p { color: rgb(213,204,237); }
H1.HeaderClassName
{
color: #D5CCED;
}
.AnyTagClassName
{
color: #D5CCED;
}
</style>
background-color css
<style>
a { background-color: #D5CCED; }
a { background-color: rgb(213,204,237); }
div.DivClassName
{
background-color: #D5CCED;
}
.BgClassName
{
background-color: #D5CCED;
}
</style>
border-color css
<style>
span { border-color: #D5CCED; }
span { border-color: rgb(213,204,237); }
td.TdClassName
{
border-color: #D5CCED;
}
.TagClassName
{
border-color: #D5CCED;
}
</style>