Shades of Fog #D5CDED
Tints of Fog #D5CDED
RGB
CMYK
RGB Variations
Color information
#D5CDED (or 0xD5CDED) is known color: Fog. HEX triplet: D5, CD and ED. RGB value is (213,205,237). Sum of RGB (Red+Green+Blue) = 213+205+237=655 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.52% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5CDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDED is #2A3212. Grayscale: #D2D2D2. Windows color (decimal): -2765331 or 15584725. OLE color: 15584725.
HSL color Cylindrical-coordinate representation of color #D5CDED: hue angle of 255º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5CDED is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 205 | 237 | - |
CMYK | 0.10 | 0.14 | 0 | 0.07 |
HSL | 255º | 0.47% | 0.87% | - |
HSV(B) | 255º | 0.14% | 0.93% | - |
XYZ | 64.56 | 63.92 | 89.06 | - |
YUV | 211.04 | 142.65 | 129.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 205 | 237 | 0.10 | 0.14 | 0 | 0.07 | 255 | 0.47 | 0.87 |
Hex | D5 | CD | ED | A | E | 0 | 7 | FF | 2F | 57 |
Octal | 325 | 315 | 355 | 12 | 16 | 0 | 7 | 377 | 57 | 127 |
Binary | 11010101 | 11001101 | 11101101 | 1010 | 1110 | 0 | 111 | 11111111 | 101111 | 1010111 |
Color Harmonies of #D5CDED
Complementary color
Monochromatic Colors of #D5CDED
Black with #D5CDED
Text Example
Text Example
White with #D5CDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CDED; }
p { color: rgb(213,205,237); }
H1.HeaderClassName
{
color: #D5CDED;
}
.AnyTagClassName
{
color: #D5CDED;
}
</style>
background-color css
<style>
a { background-color: #D5CDED; }
a { background-color: rgb(213,205,237); }
div.DivClassName
{
background-color: #D5CDED;
}
.BgClassName
{
background-color: #D5CDED;
}
</style>
border-color css
<style>
span { border-color: #D5CDED; }
span { border-color: rgb(213,205,237); }
td.TdClassName
{
border-color: #D5CDED;
}
.TagClassName
{
border-color: #D5CDED;
}
</style>