Shades of Swirl #DACEC2
Tints of Swirl #DACEC2
RGB
CMYK
RGB Variations
Color information
#DACEC2 (or 0xDACEC2) is known color: Swirl. HEX triplet: DA, CE and C2. RGB value is (218,206,194). Sum of RGB (Red+Green+Blue) = 218+206+194=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 218 - color contains mainly: red. Hex color #DACEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACEC2 is #25313D. Grayscale: #D0D0D0. Windows color (decimal): -2437438 or 12766938. OLE color: 12766938.
HSL color Cylindrical-coordinate representation of color #DACEC2: hue angle of 30º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DACEC2 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 206 | 194 | - |
CMYK | 0 | 0.06 | 0.11 | 0.15 |
HSL | 30º | 0.24% | 0.81% | - |
HSV(B) | 30º | 0.11% | 0.85% | - |
XYZ | 60.72 | 62.94 | 59.99 | - |
YUV | 208.22 | 119.98 | 134.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 206 | 194 | 0 | 0.06 | 0.11 | 0.15 | 30 | 0.24 | 0.81 |
Hex | DA | CE | C2 | 0 | 6 | B | F | 1E | 18 | 51 |
Octal | 332 | 316 | 302 | 0 | 6 | 13 | 17 | 36 | 30 | 121 |
Binary | 11011010 | 11001110 | 11000010 | 0 | 110 | 1011 | 1111 | 11110 | 11000 | 1010001 |
Color Harmonies of #DACEC2
Complementary color
Monochromatic Colors of #DACEC2
Black with #DACEC2
Text Example
Text Example
White with #DACEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEC2; }
p { color: rgb(218,206,194); }
H1.HeaderClassName
{
color: #DACEC2;
}
.AnyTagClassName
{
color: #DACEC2;
}
</style>
background-color css
<style>
a { background-color: #DACEC2; }
a { background-color: rgb(218,206,194); }
div.DivClassName
{
background-color: #DACEC2;
}
.BgClassName
{
background-color: #DACEC2;
}
</style>
border-color css
<style>
span { border-color: #DACEC2; }
span { border-color: rgb(218,206,194); }
td.TdClassName
{
border-color: #DACEC2;
}
.TagClassName
{
border-color: #DACEC2;
}
</style>