Shades of Fog #DACAED
Tints of Fog #DACAED
RGB
CMYK
RGB Variations
Color information
#DACAED (or 0xDACAED) is known color: Fog. HEX triplet: DA, CA and ED. RGB value is (218,202,237). Sum of RGB (Red+Green+Blue) = 218+202+237=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #DACAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACAED is #253512. Grayscale: #D2D2D2. Windows color (decimal): -2438419 or 15583962. OLE color: 15583962.
HSL color Cylindrical-coordinate representation of color #DACAED: hue angle of 267.43º 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 #DACAED is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 202 | 237 | - |
CMYK | 0.08 | 0.15 | 0 | 0.07 |
HSL | 267.43º | 0.49% | 0.86% | - |
HSV(B) | 267.43º | 0.15% | 0.93% | - |
XYZ | 65.32 | 63.26 | 88.89 | - |
YUV | 210.77 | 142.8 | 133.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 202 | 237 | 0.08 | 0.15 | 0 | 0.07 | 267.43 | 0.49 | 0.86 |
Hex | DA | CA | ED | 8 | F | 0 | 7 | 10B | 31 | 56 |
Octal | 332 | 312 | 355 | 10 | 17 | 0 | 7 | 413 | 61 | 126 |
Binary | 11011010 | 11001010 | 11101101 | 1000 | 1111 | 0 | 111 | 100001011 | 110001 | 1010110 |
Color Harmonies of #DACAED
Complementary color
Monochromatic Colors of #DACAED
Black with #DACAED
Text Example
Text Example
White with #DACAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACAED; }
p { color: rgb(218,202,237); }
H1.HeaderClassName
{
color: #DACAED;
}
.AnyTagClassName
{
color: #DACAED;
}
</style>
background-color css
<style>
a { background-color: #DACAED; }
a { background-color: rgb(218,202,237); }
div.DivClassName
{
background-color: #DACAED;
}
.BgClassName
{
background-color: #DACAED;
}
</style>
border-color css
<style>
span { border-color: #DACAED; }
span { border-color: rgb(218,202,237); }
td.TdClassName
{
border-color: #DACAED;
}
.TagClassName
{
border-color: #DACAED;
}
</style>