Shades of Fog #DCCFEC
Tints of Fog #DCCFEC
RGB
CMYK
RGB Variations
Color information
#DCCFEC (or 0xDCCFEC) is known color: Fog. HEX triplet: DC, CF and EC. RGB value is (220,207,236). Sum of RGB (Red+Green+Blue) = 220+207+236=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCCFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCFEC is #233013. Grayscale: #D6D6D6. Windows color (decimal): -2306068 or 15519708. OLE color: 15519708.
HSL color Cylindrical-coordinate representation of color #DCCFEC: hue angle of 266.9º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCCFEC is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 207 | 236 | - |
CMYK | 0.07 | 0.12 | 0 | 0.07 |
HSL | 266.9º | 0.43% | 0.87% | - |
HSV(B) | 266.9º | 0.12% | 0.93% | - |
XYZ | 66.97 | 65.9 | 88.55 | - |
YUV | 214.19 | 140.31 | 132.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 207 | 236 | 0.07 | 0.12 | 0 | 0.07 | 266.9 | 0.43 | 0.87 |
Hex | DC | CF | EC | 7 | C | 0 | 7 | 10B | 2B | 57 |
Octal | 334 | 317 | 354 | 7 | 14 | 0 | 7 | 413 | 53 | 127 |
Binary | 11011100 | 11001111 | 11101100 | 111 | 1100 | 0 | 111 | 100001011 | 101011 | 1010111 |
Color Harmonies of #DCCFEC
Complementary color
Monochromatic Colors of #DCCFEC
Black with #DCCFEC
Text Example
Text Example
White with #DCCFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFEC; }
p { color: rgb(220,207,236); }
H1.HeaderClassName
{
color: #DCCFEC;
}
.AnyTagClassName
{
color: #DCCFEC;
}
</style>
background-color css
<style>
a { background-color: #DCCFEC; }
a { background-color: rgb(220,207,236); }
div.DivClassName
{
background-color: #DCCFEC;
}
.BgClassName
{
background-color: #DCCFEC;
}
</style>
border-color css
<style>
span { border-color: #DCCFEC; }
span { border-color: rgb(220,207,236); }
td.TdClassName
{
border-color: #DCCFEC;
}
.TagClassName
{
border-color: #DCCFEC;
}
</style>