Shades of Fog #DCCAEA
Tints of Fog #DCCAEA
RGB
CMYK
RGB Variations
Color information
#DCCAEA (or 0xDCCAEA) is known color: Fog. HEX triplet: DC, CA and EA. RGB value is (220,202,234). Sum of RGB (Red+Green+Blue) = 220+202+234=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCCAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAEA is #233515. Grayscale: #D2D2D2. Windows color (decimal): -2307350 or 15387356. OLE color: 15387356.
HSL color Cylindrical-coordinate representation of color #DCCAEA: hue angle of 273.75º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCCAEA is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 202 | 234 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.08 |
| HSL | 273.75º | 0.43% | 0.85% | - |
| HSV(B) | 273.75º | 0.14% | 0.92% | - |
| XYZ | 65.49 | 63.4 | 86.63 | - |
| YUV | 211.03 | 140.96 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 234 | 0.06 | 0.14 | 0 | 0.08 | 273.75 | 0.43 | 0.85 |
| Hex | DC | CA | EA | 6 | E | 0 | 8 | 112 | 2B | 55 |
| Octal | 334 | 312 | 352 | 6 | 16 | 0 | 10 | 422 | 53 | 125 |
| Binary | 11011100 | 11001010 | 11101010 | 110 | 1110 | 0 | 1000 | 100010010 | 101011 | 1010101 |
Color Harmonies of #DCCAEA
Complementary color
Monochromatic Colors of #DCCAEA
Black with #DCCAEA
Text Example
Text Example
White with #DCCAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAEA; }
p { color: rgb(220,202,234); }
H1.HeaderClassName
{
color: #DCCAEA;
}
.AnyTagClassName
{
color: #DCCAEA;
}
</style>
background-color css
<style>
a { background-color: #DCCAEA; }
a { background-color: rgb(220,202,234); }
div.DivClassName
{
background-color: #DCCAEA;
}
.BgClassName
{
background-color: #DCCAEA;
}
</style>
border-color css
<style>
span { border-color: #DCCAEA; }
span { border-color: rgb(220,202,234); }
td.TdClassName
{
border-color: #DCCAEA;
}
.TagClassName
{
border-color: #DCCAEA;
}
</style>