Shades of Fog #DCCBF0
Tints of Fog #DCCBF0
RGB
CMYK
RGB Variations
Color information
#DCCBF0 (or 0xDCCBF0) is known color: Fog. HEX triplet: DC, CB and F0. RGB value is (220,203,240). Sum of RGB (Red+Green+Blue) = 220+203+240=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCCBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCBF0 is #23340F. Grayscale: #D4D4D4. Windows color (decimal): -2307088 or 15780828. OLE color: 15780828.
HSL color Cylindrical-coordinate representation of color #DCCBF0: hue angle of 267.57º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCCBF0 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 203 | 240 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.06 |
| HSL | 267.57º | 0.55% | 0.87% | - |
| HSV(B) | 267.57º | 0.15% | 0.94% | - |
| XYZ | 66.6 | 64.22 | 91.32 | - |
| YUV | 212.3 | 143.63 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 240 | 0.08 | 0.15 | 0 | 0.06 | 267.57 | 0.55 | 0.87 |
| Hex | DC | CB | F0 | 8 | F | 0 | 6 | 10C | 37 | 57 |
| Octal | 334 | 313 | 360 | 10 | 17 | 0 | 6 | 414 | 67 | 127 |
| Binary | 11011100 | 11001011 | 11110000 | 1000 | 1111 | 0 | 110 | 100001100 | 110111 | 1010111 |
Color Harmonies of #DCCBF0
Complementary color
Monochromatic Colors of #DCCBF0
Black with #DCCBF0
Text Example
Text Example
White with #DCCBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBF0; }
p { color: rgb(220,203,240); }
H1.HeaderClassName
{
color: #DCCBF0;
}
.AnyTagClassName
{
color: #DCCBF0;
}
</style>
background-color css
<style>
a { background-color: #DCCBF0; }
a { background-color: rgb(220,203,240); }
div.DivClassName
{
background-color: #DCCBF0;
}
.BgClassName
{
background-color: #DCCBF0;
}
</style>
border-color css
<style>
span { border-color: #DCCBF0; }
span { border-color: rgb(220,203,240); }
td.TdClassName
{
border-color: #DCCBF0;
}
.TagClassName
{
border-color: #DCCBF0;
}
</style>