Shades of Fog #D5CAF0
Tints of Fog #D5CAF0
RGB
CMYK
RGB Variations
Color information
#D5CAF0 (or 0xD5CAF0) is known color: Fog. HEX triplet: D5, CA and F0. RGB value is (213,202,240). Sum of RGB (Red+Green+Blue) = 213+202+240=655 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.52% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: blue. Hex color #D5CAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CAF0 is #2A350F. Grayscale: #D1D1D1. Windows color (decimal): -2766096 or 15780565. OLE color: 15780565.
HSL color Cylindrical-coordinate representation of color #D5CAF0: hue angle of 257.37º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5CAF0 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 213 | 202 | 240 | - |
CMYK | 0.11 | 0.16 | 0 | 0.06 |
HSL | 257.37º | 0.56% | 0.87% | - |
HSV(B) | 257.37º | 0.16% | 0.94% | - |
XYZ | 64.29 | 62.68 | 91.15 | - |
YUV | 209.62 | 145.14 | 130.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 202 | 240 | 0.11 | 0.16 | 0 | 0.06 | 257.37 | 0.56 | 0.87 |
Hex | D5 | CA | F0 | B | 10 | 0 | 6 | 101 | 38 | 57 |
Octal | 325 | 312 | 360 | 13 | 20 | 0 | 6 | 401 | 70 | 127 |
Binary | 11010101 | 11001010 | 11110000 | 1011 | 10000 | 0 | 110 | 100000001 | 111000 | 1010111 |
Color Harmonies of #D5CAF0
Complementary color
Monochromatic Colors of #D5CAF0
Black with #D5CAF0
Text Example
Text Example
White with #D5CAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CAF0; }
p { color: rgb(213,202,240); }
H1.HeaderClassName
{
color: #D5CAF0;
}
.AnyTagClassName
{
color: #D5CAF0;
}
</style>
background-color css
<style>
a { background-color: #D5CAF0; }
a { background-color: rgb(213,202,240); }
div.DivClassName
{
background-color: #D5CAF0;
}
.BgClassName
{
background-color: #D5CAF0;
}
</style>
border-color css
<style>
span { border-color: #D5CAF0; }
span { border-color: rgb(213,202,240); }
td.TdClassName
{
border-color: #D5CAF0;
}
.TagClassName
{
border-color: #D5CAF0;
}
</style>