Shades of Fog #DCCEF9
Tints of Fog #DCCEF9
RGB
CMYK
RGB Variations
Color information
#DCCEF9 (or 0xDCCEF9) is known color: Fog. HEX triplet: DC, CE and F9. RGB value is (220,206,249). Sum of RGB (Red+Green+Blue) = 220+206+249=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCCEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEF9 is #233106. Grayscale: #D6D6D6. Windows color (decimal): -2306311 or 16371420. OLE color: 16371420.
HSL color Cylindrical-coordinate representation of color #DCCEF9: hue angle of 259.53º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCCEF9 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 206 | 249 | - |
CMYK | 0.12 | 0.17 | 0 | 0.02 |
HSL | 259.53º | 0.78% | 0.89% | - |
HSV(B) | 259.53º | 0.17% | 0.98% | - |
XYZ | 68.69 | 66.2 | 98.78 | - |
YUV | 215.09 | 147.14 | 131.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 206 | 249 | 0.12 | 0.17 | 0 | 0.02 | 259.53 | 0.78 | 0.89 |
Hex | DC | CE | F9 | C | 11 | 0 | 2 | 104 | 4E | 59 |
Octal | 334 | 316 | 371 | 14 | 21 | 0 | 2 | 404 | 116 | 131 |
Binary | 11011100 | 11001110 | 11111001 | 1100 | 10001 | 0 | 10 | 100000100 | 1001110 | 1011001 |
Color Harmonies of #DCCEF9
Complementary color
Monochromatic Colors of #DCCEF9
Black with #DCCEF9
Text Example
Text Example
White with #DCCEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEF9; }
p { color: rgb(220,206,249); }
H1.HeaderClassName
{
color: #DCCEF9;
}
.AnyTagClassName
{
color: #DCCEF9;
}
</style>
background-color css
<style>
a { background-color: #DCCEF9; }
a { background-color: rgb(220,206,249); }
div.DivClassName
{
background-color: #DCCEF9;
}
.BgClassName
{
background-color: #DCCEF9;
}
</style>
border-color css
<style>
span { border-color: #DCCEF9; }
span { border-color: rgb(220,206,249); }
td.TdClassName
{
border-color: #DCCEF9;
}
.TagClassName
{
border-color: #DCCEF9;
}
</style>