Shades of Fog #DDCCEF
Tints of Fog #DDCCEF
RGB
CMYK
RGB Variations
Color information
#DDCCEF (or 0xDDCCEF) is known color: Fog. HEX triplet: DD, CC and EF. RGB value is (221,204,239). Sum of RGB (Red+Green+Blue) = 221+204+239=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDCCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCEF is #223310. Grayscale: #D4D4D4. Windows color (decimal): -2241297 or 15715549. OLE color: 15715549.
HSL color Cylindrical-coordinate representation of color #DDCCEF: hue angle of 269.14º degrees, saturation: 0.52, 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 #DDCCEF is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 204 | 239 | - |
CMYK | 0.08 | 0.15 | 0 | 0.06 |
HSL | 269.14º | 0.52% | 0.87% | - |
HSV(B) | 269.14º | 0.15% | 0.94% | - |
XYZ | 66.99 | 64.79 | 90.64 | - |
YUV | 213.07 | 142.63 | 133.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 204 | 239 | 0.08 | 0.15 | 0 | 0.06 | 269.14 | 0.52 | 0.87 |
Hex | DD | CC | EF | 8 | F | 0 | 6 | 10D | 34 | 57 |
Octal | 335 | 314 | 357 | 10 | 17 | 0 | 6 | 415 | 64 | 127 |
Binary | 11011101 | 11001100 | 11101111 | 1000 | 1111 | 0 | 110 | 100001101 | 110100 | 1010111 |
Color Harmonies of #DDCCEF
Complementary color
Monochromatic Colors of #DDCCEF
Black with #DDCCEF
Text Example
Text Example
White with #DDCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCEF; }
p { color: rgb(221,204,239); }
H1.HeaderClassName
{
color: #DDCCEF;
}
.AnyTagClassName
{
color: #DDCCEF;
}
</style>
background-color css
<style>
a { background-color: #DDCCEF; }
a { background-color: rgb(221,204,239); }
div.DivClassName
{
background-color: #DDCCEF;
}
.BgClassName
{
background-color: #DDCCEF;
}
</style>
border-color css
<style>
span { border-color: #DDCCEF; }
span { border-color: rgb(221,204,239); }
td.TdClassName
{
border-color: #DDCCEF;
}
.TagClassName
{
border-color: #DDCCEF;
}
</style>