Shades of Fog #DACDEF
Tints of Fog #DACDEF
RGB
CMYK
RGB Variations
Color information
#DACDEF (or 0xDACDEF) is known color: Fog. HEX triplet: DA, CD and EF. RGB value is (218,205,239). Sum of RGB (Red+Green+Blue) = 218+205+239=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #DACDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACDEF is #253210. Grayscale: #D4D4D4. Windows color (decimal): -2437649 or 15715802. OLE color: 15715802.
HSL color Cylindrical-coordinate representation of color #DACDEF: hue angle of 262.94º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DACDEF is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 205 | 239 | - |
CMYK | 0.09 | 0.14 | 0 | 0.06 |
HSL | 262.94º | 0.52% | 0.87% | - |
HSV(B) | 262.94º | 0.14% | 0.94% | - |
XYZ | 66.32 | 64.8 | 90.67 | - |
YUV | 212.76 | 142.81 | 131.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 205 | 239 | 0.09 | 0.14 | 0 | 0.06 | 262.94 | 0.52 | 0.87 |
Hex | DA | CD | EF | 9 | E | 0 | 6 | 107 | 34 | 57 |
Octal | 332 | 315 | 357 | 11 | 16 | 0 | 6 | 407 | 64 | 127 |
Binary | 11011010 | 11001101 | 11101111 | 1001 | 1110 | 0 | 110 | 100000111 | 110100 | 1010111 |
Color Harmonies of #DACDEF
Complementary color
Monochromatic Colors of #DACDEF
Black with #DACDEF
Text Example
Text Example
White with #DACDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACDEF; }
p { color: rgb(218,205,239); }
H1.HeaderClassName
{
color: #DACDEF;
}
.AnyTagClassName
{
color: #DACDEF;
}
</style>
background-color css
<style>
a { background-color: #DACDEF; }
a { background-color: rgb(218,205,239); }
div.DivClassName
{
background-color: #DACDEF;
}
.BgClassName
{
background-color: #DACDEF;
}
</style>
border-color css
<style>
span { border-color: #DACDEF; }
span { border-color: rgb(218,205,239); }
td.TdClassName
{
border-color: #DACDEF;
}
.TagClassName
{
border-color: #DACDEF;
}
</style>