Shades of Fog #D7CDED
Tints of Fog #D7CDED
RGB
CMYK
RGB Variations
Color information
#D7CDED (or 0xD7CDED) is known color: Fog. HEX triplet: D7, CD and ED. RGB value is (215,205,237). Sum of RGB (Red+Green+Blue) = 215+205+237=657 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.72% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #D7CDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CDED is #283212. Grayscale: #D3D3D3. Windows color (decimal): -2634259 or 15584727. OLE color: 15584727.
HSL color Cylindrical-coordinate representation of color #D7CDED: hue angle of 258.75º 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 #D7CDED is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 215 | 205 | 237 | - |
CMYK | 0.09 | 0.14 | 0 | 0.07 |
HSL | 258.75º | 0.47% | 0.87% | - |
HSV(B) | 258.75º | 0.14% | 0.93% | - |
XYZ | 65.14 | 64.22 | 89.08 | - |
YUV | 211.64 | 142.31 | 130.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 205 | 237 | 0.09 | 0.14 | 0 | 0.07 | 258.75 | 0.47 | 0.87 |
Hex | D7 | CD | ED | 9 | E | 0 | 7 | 103 | 2F | 57 |
Octal | 327 | 315 | 355 | 11 | 16 | 0 | 7 | 403 | 57 | 127 |
Binary | 11010111 | 11001101 | 11101101 | 1001 | 1110 | 0 | 111 | 100000011 | 101111 | 1010111 |
Color Harmonies of #D7CDED
Complementary color
Monochromatic Colors of #D7CDED
Black with #D7CDED
Text Example
Text Example
White with #D7CDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CDED; }
p { color: rgb(215,205,237); }
H1.HeaderClassName
{
color: #D7CDED;
}
.AnyTagClassName
{
color: #D7CDED;
}
</style>
background-color css
<style>
a { background-color: #D7CDED; }
a { background-color: rgb(215,205,237); }
div.DivClassName
{
background-color: #D7CDED;
}
.BgClassName
{
background-color: #D7CDED;
}
</style>
border-color css
<style>
span { border-color: #D7CDED; }
span { border-color: rgb(215,205,237); }
td.TdClassName
{
border-color: #D7CDED;
}
.TagClassName
{
border-color: #D7CDED;
}
</style>