Shades of Fog #DCCCE9
Tints of Fog #DCCCE9
RGB
CMYK
RGB Variations
Color information
#DCCCE9 (or 0xDCCCE9) is known color: Fog. HEX triplet: DC, CC and E9. RGB value is (220,204,233). Sum of RGB (Red+Green+Blue) = 220+204+233=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCCCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCCE9 is #233316. Grayscale: #D3D3D3. Windows color (decimal): -2306839 or 15322332. OLE color: 15322332.
HSL color Cylindrical-coordinate representation of color #DCCCE9: hue angle of 273.1º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCCCE9 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 204 | 233 | - |
CMYK | 0.06 | 0.12 | 0 | 0.09 |
HSL | 273.1º | 0.4% | 0.86% | - |
HSV(B) | 273.1º | 0.12% | 0.91% | - |
XYZ | 65.82 | 64.28 | 86.03 | - |
YUV | 212.09 | 139.8 | 133.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 204 | 233 | 0.06 | 0.12 | 0 | 0.09 | 273.1 | 0.4 | 0.86 |
Hex | DC | CC | E9 | 6 | C | 0 | 9 | 111 | 28 | 56 |
Octal | 334 | 314 | 351 | 6 | 14 | 0 | 11 | 421 | 50 | 126 |
Binary | 11011100 | 11001100 | 11101001 | 110 | 1100 | 0 | 1001 | 100010001 | 101000 | 1010110 |
Color Harmonies of #DCCCE9
Complementary color
Monochromatic Colors of #DCCCE9
Black with #DCCCE9
Text Example
Text Example
White with #DCCCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCE9; }
p { color: rgb(220,204,233); }
H1.HeaderClassName
{
color: #DCCCE9;
}
.AnyTagClassName
{
color: #DCCCE9;
}
</style>
background-color css
<style>
a { background-color: #DCCCE9; }
a { background-color: rgb(220,204,233); }
div.DivClassName
{
background-color: #DCCCE9;
}
.BgClassName
{
background-color: #DCCCE9;
}
</style>
border-color css
<style>
span { border-color: #DCCCE9; }
span { border-color: rgb(220,204,233); }
td.TdClassName
{
border-color: #DCCCE9;
}
.TagClassName
{
border-color: #DCCCE9;
}
</style>