Shades of Fog #DCCDFD
Tints of Fog #DCCDFD
RGB
CMYK
RGB Variations
Color information
#DCCDFD (or 0xDCCDFD) is known color: Fog. HEX triplet: DC, CD and FD. RGB value is (220,205,253). Sum of RGB (Red+Green+Blue) = 220+205+253=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCCDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCDFD is #233202. Grayscale: #D6D6D6. Windows color (decimal): -2306563 or 16633308. OLE color: 16633308.
HSL color Cylindrical-coordinate representation of color #DCCDFD: hue angle of 258.75º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCCDFD is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 205 | 253 | - |
CMYK | 0.13 | 0.19 | 0 | 0.01 |
HSL | 258.75º | 0.92% | 0.9% | - |
HSV(B) | 258.75º | 0.19% | 0.99% | - |
XYZ | 69.08 | 65.97 | 102.02 | - |
YUV | 214.96 | 149.47 | 131.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 205 | 253 | 0.13 | 0.19 | 0 | 0.01 | 258.75 | 0.92 | 0.9 |
Hex | DC | CD | FD | D | 13 | 0 | 1 | 103 | 5C | 5A |
Octal | 334 | 315 | 375 | 15 | 23 | 0 | 1 | 403 | 134 | 132 |
Binary | 11011100 | 11001101 | 11111101 | 1101 | 10011 | 0 | 1 | 100000011 | 1011100 | 1011010 |
Color Harmonies of #DCCDFD
Complementary color
Monochromatic Colors of #DCCDFD
Black with #DCCDFD
Text Example
Text Example
White with #DCCDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDFD; }
p { color: rgb(220,205,253); }
H1.HeaderClassName
{
color: #DCCDFD;
}
.AnyTagClassName
{
color: #DCCDFD;
}
</style>
background-color css
<style>
a { background-color: #DCCDFD; }
a { background-color: rgb(220,205,253); }
div.DivClassName
{
background-color: #DCCDFD;
}
.BgClassName
{
background-color: #DCCDFD;
}
</style>
border-color css
<style>
span { border-color: #DCCDFD; }
span { border-color: rgb(220,205,253); }
td.TdClassName
{
border-color: #DCCDFD;
}
.TagClassName
{
border-color: #DCCDFD;
}
</style>