Shades of Fog #DCCAEC
Tints of Fog #DCCAEC
RGB
CMYK
RGB Variations
Color information
#DCCAEC (or 0xDCCAEC) is known color: Fog. HEX triplet: DC, CA and EC. RGB value is (220,202,236). Sum of RGB (Red+Green+Blue) = 220+202+236=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCCAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAEC is #233513. Grayscale: #D3D3D3. Windows color (decimal): -2307348 or 15518428. OLE color: 15518428.
HSL color Cylindrical-coordinate representation of color #DCCAEC: hue angle of 271.76º degrees, saturation: 0.47, 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 #DCCAEC is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 202 | 236 | - |
CMYK | 0.07 | 0.14 | 0 | 0.07 |
HSL | 271.76º | 0.47% | 0.86% | - |
HSV(B) | 271.76º | 0.14% | 0.93% | - |
XYZ | 65.78 | 63.51 | 88.15 | - |
YUV | 211.26 | 141.96 | 134.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 202 | 236 | 0.07 | 0.14 | 0 | 0.07 | 271.76 | 0.47 | 0.86 |
Hex | DC | CA | EC | 7 | E | 0 | 7 | 110 | 2F | 56 |
Octal | 334 | 312 | 354 | 7 | 16 | 0 | 7 | 420 | 57 | 126 |
Binary | 11011100 | 11001010 | 11101100 | 111 | 1110 | 0 | 111 | 100010000 | 101111 | 1010110 |
Color Harmonies of #DCCAEC
Complementary color
Monochromatic Colors of #DCCAEC
Black with #DCCAEC
Text Example
Text Example
White with #DCCAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAEC; }
p { color: rgb(220,202,236); }
H1.HeaderClassName
{
color: #DCCAEC;
}
.AnyTagClassName
{
color: #DCCAEC;
}
</style>
background-color css
<style>
a { background-color: #DCCAEC; }
a { background-color: rgb(220,202,236); }
div.DivClassName
{
background-color: #DCCAEC;
}
.BgClassName
{
background-color: #DCCAEC;
}
</style>
border-color css
<style>
span { border-color: #DCCAEC; }
span { border-color: rgb(220,202,236); }
td.TdClassName
{
border-color: #DCCAEC;
}
.TagClassName
{
border-color: #DCCAEC;
}
</style>