Shades of Fog #D5CFEA
Tints of Fog #D5CFEA
RGB
CMYK
RGB Variations
Color information
#D5CFEA (or 0xD5CFEA) is known color: Fog. HEX triplet: D5, CF and EA. RGB value is (213,207,234). Sum of RGB (Red+Green+Blue) = 213+207+234=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CFEA is #2A3015. Grayscale: #D3D3D3. Windows color (decimal): -2764822 or 15388629. OLE color: 15388629.
HSL color Cylindrical-coordinate representation of color #D5CFEA: hue angle of 253.33º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5CFEA is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 207 | 234 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.08 |
| HSL | 253.33º | 0.39% | 0.86% | - |
| HSV(B) | 253.33º | 0.12% | 0.92% | - |
| XYZ | 64.6 | 64.71 | 86.93 | - |
| YUV | 211.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 234 | 0.09 | 0.12 | 0 | 0.08 | 253.33 | 0.39 | 0.86 |
| Hex | D5 | CF | EA | 9 | C | 0 | 8 | FD | 27 | 56 |
| Octal | 325 | 317 | 352 | 11 | 14 | 0 | 10 | 375 | 47 | 126 |
| Binary | 11010101 | 11001111 | 11101010 | 1001 | 1100 | 0 | 1000 | 11111101 | 100111 | 1010110 |
Color Harmonies of #D5CFEA
Complementary color
Monochromatic Colors of #D5CFEA
Black with #D5CFEA
Text Example
Text Example
White with #D5CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFEA; }
p { color: rgb(213,207,234); }
H1.HeaderClassName
{
color: #D5CFEA;
}
.AnyTagClassName
{
color: #D5CFEA;
}
</style>
background-color css
<style>
a { background-color: #D5CFEA; }
a { background-color: rgb(213,207,234); }
div.DivClassName
{
background-color: #D5CFEA;
}
.BgClassName
{
background-color: #D5CFEA;
}
</style>
border-color css
<style>
span { border-color: #D5CFEA; }
span { border-color: rgb(213,207,234); }
td.TdClassName
{
border-color: #D5CFEA;
}
.TagClassName
{
border-color: #D5CFEA;
}
</style>