Shades of Fog #DDCCEE
Tints of Fog #DDCCEE
RGB
CMYK
RGB Variations
Color information
#DDCCEE (or 0xDDCCEE) is known color: Fog. HEX triplet: DD, CC and EE. RGB value is (221,204,238). Sum of RGB (Red+Green+Blue) = 221+204+238=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDCCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCEE is #223311. Grayscale: #D4D4D4. Windows color (decimal): -2241298 or 15650013. OLE color: 15650013.
HSL color Cylindrical-coordinate representation of color #DDCCEE: hue angle of 270º degrees, saturation: 0.5, 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 #DDCCEE is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 204 | 238 | - |
CMYK | 0.07 | 0.14 | 0 | 0.07 |
HSL | 270º | 0.5% | 0.87% | - |
HSV(B) | 270º | 0.14% | 0.93% | - |
XYZ | 66.84 | 64.73 | 89.86 | - |
YUV | 212.96 | 142.13 | 133.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 204 | 238 | 0.07 | 0.14 | 0 | 0.07 | 270 | 0.5 | 0.87 |
Hex | DD | CC | EE | 7 | E | 0 | 7 | 10E | 32 | 57 |
Octal | 335 | 314 | 356 | 7 | 16 | 0 | 7 | 416 | 62 | 127 |
Binary | 11011101 | 11001100 | 11101110 | 111 | 1110 | 0 | 111 | 100001110 | 110010 | 1010111 |
Color Harmonies of #DDCCEE
Complementary color
Monochromatic Colors of #DDCCEE
Black with #DDCCEE
Text Example
Text Example
White with #DDCCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCEE; }
p { color: rgb(221,204,238); }
H1.HeaderClassName
{
color: #DDCCEE;
}
.AnyTagClassName
{
color: #DDCCEE;
}
</style>
background-color css
<style>
a { background-color: #DDCCEE; }
a { background-color: rgb(221,204,238); }
div.DivClassName
{
background-color: #DDCCEE;
}
.BgClassName
{
background-color: #DDCCEE;
}
</style>
border-color css
<style>
span { border-color: #DDCCEE; }
span { border-color: rgb(221,204,238); }
td.TdClassName
{
border-color: #DDCCEE;
}
.TagClassName
{
border-color: #DDCCEE;
}
</style>