Shades of Swirl #DACCC1
Tints of Swirl #DACCC1
RGB
CMYK
RGB Variations
Color information
#DACCC1 (or 0xDACCC1) is known color: Swirl. HEX triplet: DA, CC and C1. RGB value is (218,204,193). Sum of RGB (Red+Green+Blue) = 218+204+193=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCC1 is #25333E. Grayscale: #CECECE. Windows color (decimal): -2437951 or 12700890. OLE color: 12700890.
HSL color Cylindrical-coordinate representation of color #DACCC1: hue angle of 26.4º degrees, saturation: 0.25, 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 #DACCC1 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 193 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.15 |
| HSL | 26.4º | 0.25% | 0.81% | - |
| HSV(B) | 26.4º | 0.11% | 0.85% | - |
| XYZ | 60.13 | 61.94 | 59.24 | - |
| YUV | 206.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 193 | 0 | 0.06 | 0.11 | 0.15 | 26.4 | 0.25 | 0.81 |
| Hex | DA | CC | C1 | 0 | 6 | B | F | 1A | 19 | 51 |
| Octal | 332 | 314 | 301 | 0 | 6 | 13 | 17 | 32 | 31 | 121 |
| Binary | 11011010 | 11001100 | 11000001 | 0 | 110 | 1011 | 1111 | 11010 | 11001 | 1010001 |
Color Harmonies of #DACCC1
Complementary color
Monochromatic Colors of #DACCC1
Black with #DACCC1
Text Example
Text Example
White with #DACCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCC1; }
p { color: rgb(218,204,193); }
H1.HeaderClassName
{
color: #DACCC1;
}
.AnyTagClassName
{
color: #DACCC1;
}
</style>
background-color css
<style>
a { background-color: #DACCC1; }
a { background-color: rgb(218,204,193); }
div.DivClassName
{
background-color: #DACCC1;
}
.BgClassName
{
background-color: #DACCC1;
}
</style>
border-color css
<style>
span { border-color: #DACCC1; }
span { border-color: rgb(218,204,193); }
td.TdClassName
{
border-color: #DACCC1;
}
.TagClassName
{
border-color: #DACCC1;
}
</style>