Shades of Fog #D5CEED
Tints of Fog #D5CEED
RGB
CMYK
RGB Variations
Color information
#D5CEED (or 0xD5CEED) is known color: Fog. HEX triplet: D5, CE and ED. RGB value is (213,206,237). Sum of RGB (Red+Green+Blue) = 213+206+237=656 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.47% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CEED is #2A3112. Grayscale: #D3D3D3. Windows color (decimal): -2765075 or 15584981. OLE color: 15584981.
HSL color Cylindrical-coordinate representation of color #D5CEED: hue angle of 253.55º 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 #D5CEED is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 206 | 237 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.07 |
| HSL | 253.55º | 0.46% | 0.87% | - |
| HSV(B) | 253.55º | 0.13% | 0.93% | - |
| XYZ | 64.8 | 64.4 | 89.14 | - |
| YUV | 211.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 237 | 0.10 | 0.13 | 0 | 0.07 | 253.55 | 0.46 | 0.87 |
| Hex | D5 | CE | ED | A | D | 0 | 7 | FE | 2E | 57 |
| Octal | 325 | 316 | 355 | 12 | 15 | 0 | 7 | 376 | 56 | 127 |
| Binary | 11010101 | 11001110 | 11101101 | 1010 | 1101 | 0 | 111 | 11111110 | 101110 | 1010111 |
Color Harmonies of #D5CEED
Complementary color
Monochromatic Colors of #D5CEED
Black with #D5CEED
Text Example
Text Example
White with #D5CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CEED; }
p { color: rgb(213,206,237); }
H1.HeaderClassName
{
color: #D5CEED;
}
.AnyTagClassName
{
color: #D5CEED;
}
</style>
background-color css
<style>
a { background-color: #D5CEED; }
a { background-color: rgb(213,206,237); }
div.DivClassName
{
background-color: #D5CEED;
}
.BgClassName
{
background-color: #D5CEED;
}
</style>
border-color css
<style>
span { border-color: #D5CEED; }
span { border-color: rgb(213,206,237); }
td.TdClassName
{
border-color: #D5CEED;
}
.TagClassName
{
border-color: #D5CEED;
}
</style>