Shades of Fog #D5CFDB
Tints of Fog #D5CFDB
RGB
CMYK
RGB Variations
Color information
#D5CFDB (or 0xD5CFDB) is known color: Fog. HEX triplet: D5, CF and DB. RGB value is (213,207,219). Sum of RGB (Red+Green+Blue) = 213+207+219=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5CFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFDB is #2A3024. Grayscale: #D2D2D2. Windows color (decimal): -2764837 or 14405589. OLE color: 14405589.
HSL color Cylindrical-coordinate representation of color #D5CFDB: hue angle of 270º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5CFDB is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 207 | 219 | - |
CMYK | 0.03 | 0.05 | 0 | 0.14 |
HSL | 270º | 0.14% | 0.84% | - |
HSV(B) | 270º | 0.05% | 0.86% | - |
XYZ | 62.54 | 63.89 | 76.05 | - |
YUV | 210.16 | 132.99 | 130.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 207 | 219 | 0.03 | 0.05 | 0 | 0.14 | 270 | 0.14 | 0.84 |
Hex | D5 | CF | DB | 3 | 5 | 0 | E | 10E | E | 54 |
Octal | 325 | 317 | 333 | 3 | 5 | 0 | 16 | 416 | 16 | 124 |
Binary | 11010101 | 11001111 | 11011011 | 11 | 101 | 0 | 1110 | 100001110 | 1110 | 1010100 |
Color Harmonies of #D5CFDB
Complementary color
Monochromatic Colors of #D5CFDB
Black with #D5CFDB
Text Example
Text Example
White with #D5CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFDB; }
p { color: rgb(213,207,219); }
H1.HeaderClassName
{
color: #D5CFDB;
}
.AnyTagClassName
{
color: #D5CFDB;
}
</style>
background-color css
<style>
a { background-color: #D5CFDB; }
a { background-color: rgb(213,207,219); }
div.DivClassName
{
background-color: #D5CFDB;
}
.BgClassName
{
background-color: #D5CFDB;
}
</style>
border-color css
<style>
span { border-color: #D5CFDB; }
span { border-color: rgb(213,207,219); }
td.TdClassName
{
border-color: #D5CFDB;
}
.TagClassName
{
border-color: #D5CFDB;
}
</style>