Shades of Fog #D5CCEF
Tints of Fog #D5CCEF
RGB
CMYK
RGB Variations
Color information
#D5CCEF (or 0xD5CCEF) is known color: Fog. HEX triplet: D5, CC and EF. RGB value is (213,204,239). Sum of RGB (Red+Green+Blue) = 213+204+239=656 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.47% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5CCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CCEF is #2A3310. Grayscale: #D2D2D2. Windows color (decimal): -2765585 or 15715541. OLE color: 15715541.
HSL color Cylindrical-coordinate representation of color #D5CCEF: hue angle of 255.43º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5CCEF is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 204 | 239 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.06 |
| HSL | 255.43º | 0.52% | 0.87% | - |
| HSV(B) | 255.43º | 0.15% | 0.94% | - |
| XYZ | 64.61 | 63.56 | 90.52 | - |
| YUV | 210.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 239 | 0.11 | 0.15 | 0 | 0.06 | 255.43 | 0.52 | 0.87 |
| Hex | D5 | CC | EF | B | F | 0 | 6 | FF | 34 | 57 |
| Octal | 325 | 314 | 357 | 13 | 17 | 0 | 6 | 377 | 64 | 127 |
| Binary | 11010101 | 11001100 | 11101111 | 1011 | 1111 | 0 | 110 | 11111111 | 110100 | 1010111 |
Color Harmonies of #D5CCEF
Complementary color
Monochromatic Colors of #D5CCEF
Black with #D5CCEF
Text Example
Text Example
White with #D5CCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CCEF; }
p { color: rgb(213,204,239); }
H1.HeaderClassName
{
color: #D5CCEF;
}
.AnyTagClassName
{
color: #D5CCEF;
}
</style>
background-color css
<style>
a { background-color: #D5CCEF; }
a { background-color: rgb(213,204,239); }
div.DivClassName
{
background-color: #D5CCEF;
}
.BgClassName
{
background-color: #D5CCEF;
}
</style>
border-color css
<style>
span { border-color: #D5CCEF; }
span { border-color: rgb(213,204,239); }
td.TdClassName
{
border-color: #D5CCEF;
}
.TagClassName
{
border-color: #D5CCEF;
}
</style>