Shades of Fog #DCCFFB
Tints of Fog #DCCFFB
RGB
CMYK
RGB Variations
Color information
#DCCFFB (or 0xDCCFFB) is known color: Fog. HEX triplet: DC, CF and FB. RGB value is (220,207,251). Sum of RGB (Red+Green+Blue) = 220+207+251=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCCFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCFFB is #233004. Grayscale: #D7D7D7. Windows color (decimal): -2306053 or 16502748. OLE color: 16502748.
HSL color Cylindrical-coordinate representation of color #DCCFFB: hue angle of 257.73º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCCFFB is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 207 | 251 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.02 |
| HSL | 257.73º | 0.85% | 0.9% | - |
| HSV(B) | 257.73º | 0.18% | 0.98% | - |
| XYZ | 69.24 | 66.81 | 100.51 | - |
| YUV | 215.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 251 | 0.12 | 0.18 | 0 | 0.02 | 257.73 | 0.85 | 0.9 |
| Hex | DC | CF | FB | C | 12 | 0 | 2 | 102 | 55 | 5A |
| Octal | 334 | 317 | 373 | 14 | 22 | 0 | 2 | 402 | 125 | 132 |
| Binary | 11011100 | 11001111 | 11111011 | 1100 | 10010 | 0 | 10 | 100000010 | 1010101 | 1011010 |
Color Harmonies of #DCCFFB
Complementary color
Monochromatic Colors of #DCCFFB
Black with #DCCFFB
Text Example
Text Example
White with #DCCFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFFB; }
p { color: rgb(220,207,251); }
H1.HeaderClassName
{
color: #DCCFFB;
}
.AnyTagClassName
{
color: #DCCFFB;
}
</style>
background-color css
<style>
a { background-color: #DCCFFB; }
a { background-color: rgb(220,207,251); }
div.DivClassName
{
background-color: #DCCFFB;
}
.BgClassName
{
background-color: #DCCFFB;
}
</style>
border-color css
<style>
span { border-color: #DCCFFB; }
span { border-color: rgb(220,207,251); }
td.TdClassName
{
border-color: #DCCFFB;
}
.TagClassName
{
border-color: #DCCFFB;
}
</style>