Shades of Fog #D8CEED
Tints of Fog #D8CEED
RGB
CMYK
RGB Variations
Color information
#D8CEED (or 0xD8CEED) is known color: Fog. HEX triplet: D8, CE and ED. RGB value is (216,206,237). Sum of RGB (Red+Green+Blue) = 216+206+237=659 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.78% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CEED is #273112. Grayscale: #D4D4D4. Windows color (decimal): -2568467 or 15584984. OLE color: 15584984.
HSL color Cylindrical-coordinate representation of color #D8CEED: hue angle of 259.35º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8CEED is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 216 | 206 | 237 | - |
CMYK | 0.09 | 0.13 | 0 | 0.07 |
HSL | 259.35º | 0.46% | 0.87% | - |
HSV(B) | 259.35º | 0.13% | 0.93% | - |
XYZ | 65.68 | 64.86 | 89.18 | - |
YUV | 212.52 | 141.81 | 130.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 206 | 237 | 0.09 | 0.13 | 0 | 0.07 | 259.35 | 0.46 | 0.87 |
Hex | D8 | CE | ED | 9 | D | 0 | 7 | 103 | 2E | 57 |
Octal | 330 | 316 | 355 | 11 | 15 | 0 | 7 | 403 | 56 | 127 |
Binary | 11011000 | 11001110 | 11101101 | 1001 | 1101 | 0 | 111 | 100000011 | 101110 | 1010111 |
Color Harmonies of #D8CEED
Complementary color
Monochromatic Colors of #D8CEED
Black with #D8CEED
Text Example
Text Example
White with #D8CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CEED; }
p { color: rgb(216,206,237); }
H1.HeaderClassName
{
color: #D8CEED;
}
.AnyTagClassName
{
color: #D8CEED;
}
</style>
background-color css
<style>
a { background-color: #D8CEED; }
a { background-color: rgb(216,206,237); }
div.DivClassName
{
background-color: #D8CEED;
}
.BgClassName
{
background-color: #D8CEED;
}
</style>
border-color css
<style>
span { border-color: #D8CEED; }
span { border-color: rgb(216,206,237); }
td.TdClassName
{
border-color: #D8CEED;
}
.TagClassName
{
border-color: #D8CEED;
}
</style>