Shades of Fog #DAC5FD
Tints of Fog #DAC5FD
RGB
CMYK
RGB Variations
Color information
#DAC5FD (or 0xDAC5FD) is known color: Fog. HEX triplet: DA, C5 and FD. RGB value is (218,197,253). Sum of RGB (Red+Green+Blue) = 218+197+253=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 197 (77.34% from 255 or 29.49% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAC5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC5FD is #253A02. Grayscale: #D1D1D1. Windows color (decimal): -2439683 or 16631258. OLE color: 16631258.
HSL color Cylindrical-coordinate representation of color #DAC5FD: hue angle of 262.5º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAC5FD is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 197 | 253 | - |
CMYK | 0.14 | 0.22 | 0 | 0.01 |
HSL | 262.5º | 0.93% | 0.88% | - |
HSV(B) | 262.5º | 0.22% | 0.99% | - |
XYZ | 66.61 | 61.93 | 101.37 | - |
YUV | 209.66 | 152.46 | 133.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 197 | 253 | 0.14 | 0.22 | 0 | 0.01 | 262.5 | 0.93 | 0.88 |
Hex | DA | C5 | FD | E | 16 | 0 | 1 | 106 | 5D | 58 |
Octal | 332 | 305 | 375 | 16 | 26 | 0 | 1 | 406 | 135 | 130 |
Binary | 11011010 | 11000101 | 11111101 | 1110 | 10110 | 0 | 1 | 100000110 | 1011101 | 1011000 |
Color Harmonies of #DAC5FD
Complementary color
Monochromatic Colors of #DAC5FD
Black with #DAC5FD
Text Example
Text Example
White with #DAC5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5FD; }
p { color: rgb(218,197,253); }
H1.HeaderClassName
{
color: #DAC5FD;
}
.AnyTagClassName
{
color: #DAC5FD;
}
</style>
background-color css
<style>
a { background-color: #DAC5FD; }
a { background-color: rgb(218,197,253); }
div.DivClassName
{
background-color: #DAC5FD;
}
.BgClassName
{
background-color: #DAC5FD;
}
</style>
border-color css
<style>
span { border-color: #DAC5FD; }
span { border-color: rgb(218,197,253); }
td.TdClassName
{
border-color: #DAC5FD;
}
.TagClassName
{
border-color: #DAC5FD;
}
</style>