Shades of Fog #DCC2EE
Tints of Fog #DCC2EE
RGB
CMYK
RGB Variations
Color information
#DCC2EE (or 0xDCC2EE) is known color: Fog. HEX triplet: DC, C2 and EE. RGB value is (220,194,238). Sum of RGB (Red+Green+Blue) = 220+194+238=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCC2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC2EE is #233D11. Grayscale: #CECECE. Windows color (decimal): -2309394 or 15647452. OLE color: 15647452.
HSL color Cylindrical-coordinate representation of color #DCC2EE: hue angle of 275.45º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCC2EE is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 194 | 238 | - |
CMYK | 0.08 | 0.18 | 0 | 0.07 |
HSL | 275.45º | 0.56% | 0.85% | - |
HSV(B) | 275.45º | 0.18% | 0.93% | - |
XYZ | 64.24 | 59.97 | 89.08 | - |
YUV | 206.79 | 145.61 | 137.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 194 | 238 | 0.08 | 0.18 | 0 | 0.07 | 275.45 | 0.56 | 0.85 |
Hex | DC | C2 | EE | 8 | 12 | 0 | 7 | 113 | 38 | 55 |
Octal | 334 | 302 | 356 | 10 | 22 | 0 | 7 | 423 | 70 | 125 |
Binary | 11011100 | 11000010 | 11101110 | 1000 | 10010 | 0 | 111 | 100010011 | 111000 | 1010101 |
Color Harmonies of #DCC2EE
Complementary color
Monochromatic Colors of #DCC2EE
Black with #DCC2EE
Text Example
Text Example
White with #DCC2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2EE; }
p { color: rgb(220,194,238); }
H1.HeaderClassName
{
color: #DCC2EE;
}
.AnyTagClassName
{
color: #DCC2EE;
}
</style>
background-color css
<style>
a { background-color: #DCC2EE; }
a { background-color: rgb(220,194,238); }
div.DivClassName
{
background-color: #DCC2EE;
}
.BgClassName
{
background-color: #DCC2EE;
}
</style>
border-color css
<style>
span { border-color: #DCC2EE; }
span { border-color: rgb(220,194,238); }
td.TdClassName
{
border-color: #DCC2EE;
}
.TagClassName
{
border-color: #DCC2EE;
}
</style>