Shades of Fog #D5CDF0
Tints of Fog #D5CDF0
RGB
CMYK
RGB Variations
Color information
#D5CDF0 (or 0xD5CDF0) is known color: Fog. HEX triplet: D5, CD and F0. RGB value is (213,205,240). Sum of RGB (Red+Green+Blue) = 213+205+240=658 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.37% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 240 - color contains mainly: blue. Hex color #D5CDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDF0 is #2A320F. Grayscale: #D3D3D3. Windows color (decimal): -2765328 or 15781333. OLE color: 15781333.
HSL color Cylindrical-coordinate representation of color #D5CDF0: hue angle of 253.71º degrees, saturation: 0.54, 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 #D5CDF0 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 213 | 205 | 240 | - |
CMYK | 0.11 | 0.15 | 0 | 0.06 |
HSL | 253.71º | 0.54% | 0.87% | - |
HSV(B) | 253.71º | 0.15% | 0.94% | - |
XYZ | 65 | 64.1 | 91.38 | - |
YUV | 211.38 | 144.15 | 129.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 205 | 240 | 0.11 | 0.15 | 0 | 0.06 | 253.71 | 0.54 | 0.87 |
Hex | D5 | CD | F0 | B | F | 0 | 6 | FE | 36 | 57 |
Octal | 325 | 315 | 360 | 13 | 17 | 0 | 6 | 376 | 66 | 127 |
Binary | 11010101 | 11001101 | 11110000 | 1011 | 1111 | 0 | 110 | 11111110 | 110110 | 1010111 |
Color Harmonies of #D5CDF0
Complementary color
Monochromatic Colors of #D5CDF0
Black with #D5CDF0
Text Example
Text Example
White with #D5CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CDF0; }
p { color: rgb(213,205,240); }
H1.HeaderClassName
{
color: #D5CDF0;
}
.AnyTagClassName
{
color: #D5CDF0;
}
</style>
background-color css
<style>
a { background-color: #D5CDF0; }
a { background-color: rgb(213,205,240); }
div.DivClassName
{
background-color: #D5CDF0;
}
.BgClassName
{
background-color: #D5CDF0;
}
</style>
border-color css
<style>
span { border-color: #D5CDF0; }
span { border-color: rgb(213,205,240); }
td.TdClassName
{
border-color: #D5CDF0;
}
.TagClassName
{
border-color: #D5CDF0;
}
</style>