Shades of Fog #D5CCEA
Tints of Fog #D5CCEA
RGB
CMYK
RGB Variations
Color information
#D5CCEA (or 0xD5CCEA) is known color: Fog. HEX triplet: D5, CC and EA. RGB value is (213,204,234). Sum of RGB (Red+Green+Blue) = 213+204+234=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CCEA is #2A3315. Grayscale: #D2D2D2. Windows color (decimal): -2765590 or 15387861. OLE color: 15387861.
HSL color Cylindrical-coordinate representation of color #D5CCEA: hue angle of 258º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5CCEA is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 204 | 234 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.08 |
| HSL | 258º | 0.42% | 0.86% | - |
| HSV(B) | 258º | 0.13% | 0.92% | - |
| XYZ | 63.88 | 63.27 | 86.69 | - |
| YUV | 210.11 | 141.48 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 234 | 0.09 | 0.13 | 0 | 0.08 | 258 | 0.42 | 0.86 |
| Hex | D5 | CC | EA | 9 | D | 0 | 8 | 102 | 2A | 56 |
| Octal | 325 | 314 | 352 | 11 | 15 | 0 | 10 | 402 | 52 | 126 |
| Binary | 11010101 | 11001100 | 11101010 | 1001 | 1101 | 0 | 1000 | 100000010 | 101010 | 1010110 |
Color Harmonies of #D5CCEA
Complementary color
Monochromatic Colors of #D5CCEA
Black with #D5CCEA
Text Example
Text Example
White with #D5CCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CCEA; }
p { color: rgb(213,204,234); }
H1.HeaderClassName
{
color: #D5CCEA;
}
.AnyTagClassName
{
color: #D5CCEA;
}
</style>
background-color css
<style>
a { background-color: #D5CCEA; }
a { background-color: rgb(213,204,234); }
div.DivClassName
{
background-color: #D5CCEA;
}
.BgClassName
{
background-color: #D5CCEA;
}
</style>
border-color css
<style>
span { border-color: #D5CCEA; }
span { border-color: rgb(213,204,234); }
td.TdClassName
{
border-color: #D5CCEA;
}
.TagClassName
{
border-color: #D5CCEA;
}
</style>