Shades of Fog #DCCBEE
Tints of Fog #DCCBEE
RGB
CMYK
RGB Variations
Color information
#DCCBEE (or 0xDCCBEE) is known color: Fog. HEX triplet: DC, CB and EE. RGB value is (220,203,238). Sum of RGB (Red+Green+Blue) = 220+203+238=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCCBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCBEE is #233411. Grayscale: #D3D3D3. Windows color (decimal): -2307090 or 15649756. OLE color: 15649756.
HSL color Cylindrical-coordinate representation of color #DCCBEE: hue angle of 269.14º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCCBEE is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 203 | 238 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.07 |
| HSL | 269.14º | 0.51% | 0.86% | - |
| HSV(B) | 269.14º | 0.15% | 0.93% | - |
| XYZ | 66.3 | 64.1 | 89.77 | - |
| YUV | 212.07 | 142.63 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 238 | 0.08 | 0.15 | 0 | 0.07 | 269.14 | 0.51 | 0.86 |
| Hex | DC | CB | EE | 8 | F | 0 | 7 | 10D | 33 | 56 |
| Octal | 334 | 313 | 356 | 10 | 17 | 0 | 7 | 415 | 63 | 126 |
| Binary | 11011100 | 11001011 | 11101110 | 1000 | 1111 | 0 | 111 | 100001101 | 110011 | 1010110 |
Color Harmonies of #DCCBEE
Complementary color
Monochromatic Colors of #DCCBEE
Black with #DCCBEE
Text Example
Text Example
White with #DCCBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBEE; }
p { color: rgb(220,203,238); }
H1.HeaderClassName
{
color: #DCCBEE;
}
.AnyTagClassName
{
color: #DCCBEE;
}
</style>
background-color css
<style>
a { background-color: #DCCBEE; }
a { background-color: rgb(220,203,238); }
div.DivClassName
{
background-color: #DCCBEE;
}
.BgClassName
{
background-color: #DCCBEE;
}
</style>
border-color css
<style>
span { border-color: #DCCBEE; }
span { border-color: rgb(220,203,238); }
td.TdClassName
{
border-color: #DCCBEE;
}
.TagClassName
{
border-color: #DCCBEE;
}
</style>