Shades of Fog #DCC3FD
Tints of Fog #DCC3FD
RGB
CMYK
RGB Variations
Color information
#DCC3FD (or 0xDCC3FD) is known color: Fog. HEX triplet: DC, C3 and FD. RGB value is (220,195,253). Sum of RGB (Red+Green+Blue) = 220+195+253=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 195 (76.56% from 255 or 29.19% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCC3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC3FD is #233C02. Grayscale: #D0D0D0. Windows color (decimal): -2309123 or 16630748. OLE color: 16630748.
HSL color Cylindrical-coordinate representation of color #DCC3FD: hue angle of 265.86º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCC3FD is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 195 | 253 | - |
CMYK | 0.13 | 0.23 | 0 | 0.01 |
HSL | 265.86º | 0.94% | 0.88% | - |
HSV(B) | 265.86º | 0.23% | 0.99% | - |
XYZ | 66.76 | 61.34 | 101.25 | - |
YUV | 209.09 | 152.78 | 135.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 195 | 253 | 0.13 | 0.23 | 0 | 0.01 | 265.86 | 0.94 | 0.88 |
Hex | DC | C3 | FD | D | 17 | 0 | 1 | 10A | 5E | 58 |
Octal | 334 | 303 | 375 | 15 | 27 | 0 | 1 | 412 | 136 | 130 |
Binary | 11011100 | 11000011 | 11111101 | 1101 | 10111 | 0 | 1 | 100001010 | 1011110 | 1011000 |
Color Harmonies of #DCC3FD
Complementary color
Monochromatic Colors of #DCC3FD
Black with #DCC3FD
Text Example
Text Example
White with #DCC3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3FD; }
p { color: rgb(220,195,253); }
H1.HeaderClassName
{
color: #DCC3FD;
}
.AnyTagClassName
{
color: #DCC3FD;
}
</style>
background-color css
<style>
a { background-color: #DCC3FD; }
a { background-color: rgb(220,195,253); }
div.DivClassName
{
background-color: #DCC3FD;
}
.BgClassName
{
background-color: #DCC3FD;
}
</style>
border-color css
<style>
span { border-color: #DCC3FD; }
span { border-color: rgb(220,195,253); }
td.TdClassName
{
border-color: #DCC3FD;
}
.TagClassName
{
border-color: #DCC3FD;
}
</style>