Shades of Fog #DDCFEB
Tints of Fog #DDCFEB
RGB
CMYK
RGB Variations
Color information
#DDCFEB (or 0xDDCFEB) is known color: Fog. HEX triplet: DD, CF and EB. RGB value is (221,207,235). Sum of RGB (Red+Green+Blue) = 221+207+235=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDCFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCFEB is #223014. Grayscale: #D6D6D6. Windows color (decimal): -2240533 or 15454173. OLE color: 15454173.
HSL color Cylindrical-coordinate representation of color #DDCFEB: hue angle of 270º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDCFEB is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 221 | 207 | 235 | - |
CMYK | 0.06 | 0.12 | 0 | 0.08 |
HSL | 270º | 0.41% | 0.87% | - |
HSV(B) | 270º | 0.12% | 0.92% | - |
XYZ | 67.13 | 66 | 87.8 | - |
YUV | 214.38 | 139.64 | 132.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 207 | 235 | 0.06 | 0.12 | 0 | 0.08 | 270 | 0.41 | 0.87 |
Hex | DD | CF | EB | 6 | C | 0 | 8 | 10E | 29 | 57 |
Octal | 335 | 317 | 353 | 6 | 14 | 0 | 10 | 416 | 51 | 127 |
Binary | 11011101 | 11001111 | 11101011 | 110 | 1100 | 0 | 1000 | 100001110 | 101001 | 1010111 |
Color Harmonies of #DDCFEB
Complementary color
Monochromatic Colors of #DDCFEB
Black with #DDCFEB
Text Example
Text Example
White with #DDCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFEB; }
p { color: rgb(221,207,235); }
H1.HeaderClassName
{
color: #DDCFEB;
}
.AnyTagClassName
{
color: #DDCFEB;
}
</style>
background-color css
<style>
a { background-color: #DDCFEB; }
a { background-color: rgb(221,207,235); }
div.DivClassName
{
background-color: #DDCFEB;
}
.BgClassName
{
background-color: #DDCFEB;
}
</style>
border-color css
<style>
span { border-color: #DDCFEB; }
span { border-color: rgb(221,207,235); }
td.TdClassName
{
border-color: #DDCFEB;
}
.TagClassName
{
border-color: #DDCFEB;
}
</style>