Shades of Fog #DCCCEC
Tints of Fog #DCCCEC
RGB
CMYK
RGB Variations
Color information
#DCCCEC (or 0xDCCCEC) is known color: Fog. HEX triplet: DC, CC and EC. RGB value is (220,204,236). Sum of RGB (Red+Green+Blue) = 220+204+236=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCCCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCCEC is #233313. Grayscale: #D4D4D4. Windows color (decimal): -2306836 or 15518940. OLE color: 15518940.
HSL color Cylindrical-coordinate representation of color #DCCCEC: hue angle of 270º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCCCEC is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 204 | 236 | - |
CMYK | 0.07 | 0.14 | 0 | 0.07 |
HSL | 270º | 0.46% | 0.86% | - |
HSV(B) | 270º | 0.14% | 0.93% | - |
XYZ | 66.25 | 64.46 | 88.31 | - |
YUV | 212.43 | 141.3 | 133.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 204 | 236 | 0.07 | 0.14 | 0 | 0.07 | 270 | 0.46 | 0.86 |
Hex | DC | CC | EC | 7 | E | 0 | 7 | 10E | 2E | 56 |
Octal | 334 | 314 | 354 | 7 | 16 | 0 | 7 | 416 | 56 | 126 |
Binary | 11011100 | 11001100 | 11101100 | 111 | 1110 | 0 | 111 | 100001110 | 101110 | 1010110 |
Color Harmonies of #DCCCEC
Complementary color
Monochromatic Colors of #DCCCEC
Black with #DCCCEC
Text Example
Text Example
White with #DCCCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCEC; }
p { color: rgb(220,204,236); }
H1.HeaderClassName
{
color: #DCCCEC;
}
.AnyTagClassName
{
color: #DCCCEC;
}
</style>
background-color css
<style>
a { background-color: #DCCCEC; }
a { background-color: rgb(220,204,236); }
div.DivClassName
{
background-color: #DCCCEC;
}
.BgClassName
{
background-color: #DCCCEC;
}
</style>
border-color css
<style>
span { border-color: #DCCCEC; }
span { border-color: rgb(220,204,236); }
td.TdClassName
{
border-color: #DCCCEC;
}
.TagClassName
{
border-color: #DCCCEC;
}
</style>