Shades of Fog #DCCBEF
Tints of Fog #DCCBEF
RGB
CMYK
RGB Variations
Color information
#DCCBEF (or 0xDCCBEF) is known color: Fog. HEX triplet: DC, CB and EF. RGB value is (220,203,239). Sum of RGB (Red+Green+Blue) = 220+203+239=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCCBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCBEF is #233410. Grayscale: #D4D4D4. Windows color (decimal): -2307089 or 15715292. OLE color: 15715292.
HSL color Cylindrical-coordinate representation of color #DCCBEF: hue angle of 268.33º degrees, saturation: 0.53, 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 #DCCBEF is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 203 | 239 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.06 |
| HSL | 268.33º | 0.53% | 0.87% | - |
| HSV(B) | 268.33º | 0.15% | 0.94% | - |
| XYZ | 66.45 | 64.16 | 90.54 | - |
| YUV | 212.19 | 143.13 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 239 | 0.08 | 0.15 | 0 | 0.06 | 268.33 | 0.53 | 0.87 |
| Hex | DC | CB | EF | 8 | F | 0 | 6 | 10C | 35 | 57 |
| Octal | 334 | 313 | 357 | 10 | 17 | 0 | 6 | 414 | 65 | 127 |
| Binary | 11011100 | 11001011 | 11101111 | 1000 | 1111 | 0 | 110 | 100001100 | 110101 | 1010111 |
Color Harmonies of #DCCBEF
Complementary color
Monochromatic Colors of #DCCBEF
Black with #DCCBEF
Text Example
Text Example
White with #DCCBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBEF; }
p { color: rgb(220,203,239); }
H1.HeaderClassName
{
color: #DCCBEF;
}
.AnyTagClassName
{
color: #DCCBEF;
}
</style>
background-color css
<style>
a { background-color: #DCCBEF; }
a { background-color: rgb(220,203,239); }
div.DivClassName
{
background-color: #DCCBEF;
}
.BgClassName
{
background-color: #DCCBEF;
}
</style>
border-color css
<style>
span { border-color: #DCCBEF; }
span { border-color: rgb(220,203,239); }
td.TdClassName
{
border-color: #DCCBEF;
}
.TagClassName
{
border-color: #DCCBEF;
}
</style>