Shades of Fog #DCCAED
Tints of Fog #DCCAED
RGB
CMYK
RGB Variations
Color information
#DCCAED (or 0xDCCAED) is known color: Fog. HEX triplet: DC, CA and ED. RGB value is (220,202,237). Sum of RGB (Red+Green+Blue) = 220+202+237=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCCAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAED is #233512. Grayscale: #D3D3D3. Windows color (decimal): -2307347 or 15583964. OLE color: 15583964.
HSL color Cylindrical-coordinate representation of color #DCCAED: hue angle of 270.86º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCCAED is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 202 | 237 | - |
CMYK | 0.07 | 0.15 | 0 | 0.07 |
HSL | 270.86º | 0.49% | 0.86% | - |
HSV(B) | 270.86º | 0.15% | 0.93% | - |
XYZ | 65.92 | 63.57 | 88.92 | - |
YUV | 211.37 | 142.46 | 134.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 202 | 237 | 0.07 | 0.15 | 0 | 0.07 | 270.86 | 0.49 | 0.86 |
Hex | DC | CA | ED | 7 | F | 0 | 7 | 10F | 31 | 56 |
Octal | 334 | 312 | 355 | 7 | 17 | 0 | 7 | 417 | 61 | 126 |
Binary | 11011100 | 11001010 | 11101101 | 111 | 1111 | 0 | 111 | 100001111 | 110001 | 1010110 |
Color Harmonies of #DCCAED
Complementary color
Monochromatic Colors of #DCCAED
Black with #DCCAED
Text Example
Text Example
White with #DCCAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAED; }
p { color: rgb(220,202,237); }
H1.HeaderClassName
{
color: #DCCAED;
}
.AnyTagClassName
{
color: #DCCAED;
}
</style>
background-color css
<style>
a { background-color: #DCCAED; }
a { background-color: rgb(220,202,237); }
div.DivClassName
{
background-color: #DCCAED;
}
.BgClassName
{
background-color: #DCCAED;
}
</style>
border-color css
<style>
span { border-color: #DCCAED; }
span { border-color: rgb(220,202,237); }
td.TdClassName
{
border-color: #DCCAED;
}
.TagClassName
{
border-color: #DCCAED;
}
</style>