Shades of Fog #DCCEF2
Tints of Fog #DCCEF2
RGB
CMYK
RGB Variations
Color information
#DCCEF2 (or 0xDCCEF2) is known color: Fog. HEX triplet: DC, CE and F2. RGB value is (220,206,242). Sum of RGB (Red+Green+Blue) = 220+206+242=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCCEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEF2 is #23310D. Grayscale: #D6D6D6. Windows color (decimal): -2306318 or 15912668. OLE color: 15912668.
HSL color Cylindrical-coordinate representation of color #DCCEF2: hue angle of 263.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCCEF2 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 220 | 206 | 242 | - |
CMYK | 0.09 | 0.15 | 0 | 0.05 |
HSL | 263.33º | 0.58% | 0.88% | - |
HSV(B) | 263.33º | 0.15% | 0.95% | - |
XYZ | 67.61 | 65.77 | 93.14 | - |
YUV | 214.29 | 143.64 | 132.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 206 | 242 | 0.09 | 0.15 | 0 | 0.05 | 263.33 | 0.58 | 0.88 |
Hex | DC | CE | F2 | 9 | F | 0 | 5 | 107 | 3A | 58 |
Octal | 334 | 316 | 362 | 11 | 17 | 0 | 5 | 407 | 72 | 130 |
Binary | 11011100 | 11001110 | 11110010 | 1001 | 1111 | 0 | 101 | 100000111 | 111010 | 1011000 |
Color Harmonies of #DCCEF2
Complementary color
Monochromatic Colors of #DCCEF2
Black with #DCCEF2
Text Example
Text Example
White with #DCCEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEF2; }
p { color: rgb(220,206,242); }
H1.HeaderClassName
{
color: #DCCEF2;
}
.AnyTagClassName
{
color: #DCCEF2;
}
</style>
background-color css
<style>
a { background-color: #DCCEF2; }
a { background-color: rgb(220,206,242); }
div.DivClassName
{
background-color: #DCCEF2;
}
.BgClassName
{
background-color: #DCCEF2;
}
</style>
border-color css
<style>
span { border-color: #DCCEF2; }
span { border-color: rgb(220,206,242); }
td.TdClassName
{
border-color: #DCCEF2;
}
.TagClassName
{
border-color: #DCCEF2;
}
</style>