Shades of Fog #DCCBF4
Tints of Fog #DCCBF4
RGB
CMYK
RGB Variations
Color information
#DCCBF4 (or 0xDCCBF4) is known color: Fog. HEX triplet: DC, CB and F4. RGB value is (220,203,244). Sum of RGB (Red+Green+Blue) = 220+203+244=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 244 (95.70% from 255 or 36.58% from 667); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCCBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCBF4 is #23340B. Grayscale: #D4D4D4. Windows color (decimal): -2307084 or 16042972. OLE color: 16042972.
HSL color Cylindrical-coordinate representation of color #DCCBF4: hue angle of 264.88º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCCBF4 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 203 | 244 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.04 |
| HSL | 264.88º | 0.65% | 0.88% | - |
| HSV(B) | 264.88º | 0.17% | 0.96% | - |
| XYZ | 67.2 | 64.46 | 94.49 | - |
| YUV | 212.76 | 145.63 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 244 | 0.10 | 0.17 | 0 | 0.04 | 264.88 | 0.65 | 0.88 |
| Hex | DC | CB | F4 | A | 11 | 0 | 4 | 109 | 41 | 58 |
| Octal | 334 | 313 | 364 | 12 | 21 | 0 | 4 | 411 | 101 | 130 |
| Binary | 11011100 | 11001011 | 11110100 | 1010 | 10001 | 0 | 100 | 100001001 | 1000001 | 1011000 |
Color Harmonies of #DCCBF4
Complementary color
Monochromatic Colors of #DCCBF4
Black with #DCCBF4
Text Example
Text Example
White with #DCCBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBF4; }
p { color: rgb(220,203,244); }
H1.HeaderClassName
{
color: #DCCBF4;
}
.AnyTagClassName
{
color: #DCCBF4;
}
</style>
background-color css
<style>
a { background-color: #DCCBF4; }
a { background-color: rgb(220,203,244); }
div.DivClassName
{
background-color: #DCCBF4;
}
.BgClassName
{
background-color: #DCCBF4;
}
</style>
border-color css
<style>
span { border-color: #DCCBF4; }
span { border-color: rgb(220,203,244); }
td.TdClassName
{
border-color: #DCCBF4;
}
.TagClassName
{
border-color: #DCCBF4;
}
</style>