Shades of Fog #DACCEC
Tints of Fog #DACCEC
RGB
CMYK
RGB Variations
Color information
#DACCEC (or 0xDACCEC) is known color: Fog. HEX triplet: DA, CC and EC. RGB value is (218,204,236). Sum of RGB (Red+Green+Blue) = 218+204+236=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #DACCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCEC is #253313. Grayscale: #D3D3D3. Windows color (decimal): -2437908 or 15518938. OLE color: 15518938.
HSL color Cylindrical-coordinate representation of color #DACCEC: hue angle of 266.25º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DACCEC is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 204 | 236 | - |
CMYK | 0.08 | 0.14 | 0 | 0.07 |
HSL | 266.25º | 0.46% | 0.86% | - |
HSV(B) | 266.25º | 0.14% | 0.93% | - |
XYZ | 65.65 | 64.15 | 88.28 | - |
YUV | 211.83 | 141.64 | 132.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 204 | 236 | 0.08 | 0.14 | 0 | 0.07 | 266.25 | 0.46 | 0.86 |
Hex | DA | CC | EC | 8 | E | 0 | 7 | 10A | 2E | 56 |
Octal | 332 | 314 | 354 | 10 | 16 | 0 | 7 | 412 | 56 | 126 |
Binary | 11011010 | 11001100 | 11101100 | 1000 | 1110 | 0 | 111 | 100001010 | 101110 | 1010110 |
Color Harmonies of #DACCEC
Complementary color
Monochromatic Colors of #DACCEC
Black with #DACCEC
Text Example
Text Example
White with #DACCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCEC; }
p { color: rgb(218,204,236); }
H1.HeaderClassName
{
color: #DACCEC;
}
.AnyTagClassName
{
color: #DACCEC;
}
</style>
background-color css
<style>
a { background-color: #DACCEC; }
a { background-color: rgb(218,204,236); }
div.DivClassName
{
background-color: #DACCEC;
}
.BgClassName
{
background-color: #DACCEC;
}
</style>
border-color css
<style>
span { border-color: #DACCEC; }
span { border-color: rgb(218,204,236); }
td.TdClassName
{
border-color: #DACCEC;
}
.TagClassName
{
border-color: #DACCEC;
}
</style>