Shades of Prim #DACAD1
Tints of Prim #DACAD1
RGB
CMYK
RGB Variations
Color information
#DACAD1 (or 0xDACAD1) is known color: Prim. HEX triplet: DA, CA and D1. RGB value is (218,202,209). Sum of RGB (Red+Green+Blue) = 218+202+209=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACAD1 is #25352E. Grayscale: #CFCFCF. Windows color (decimal): -2438447 or 13748954. OLE color: 13748954.
HSL color Cylindrical-coordinate representation of color #DACAD1: hue angle of 333.75º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DACAD1 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 209 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.15 |
| HSL | 333.75º | 0.18% | 0.82% | - |
| HSV(B) | 333.75º | 0.07% | 0.85% | - |
| XYZ | 61.54 | 61.75 | 69 | - |
| YUV | 207.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 209 | 0 | 0.07 | 0.04 | 0.15 | 333.75 | 0.18 | 0.82 |
| Hex | DA | CA | D1 | 0 | 7 | 4 | F | 14E | 12 | 52 |
| Octal | 332 | 312 | 321 | 0 | 7 | 4 | 17 | 516 | 22 | 122 |
| Binary | 11011010 | 11001010 | 11010001 | 0 | 111 | 100 | 1111 | 101001110 | 10010 | 1010010 |
Color Harmonies of #DACAD1
Complementary color
Monochromatic Colors of #DACAD1
Black with #DACAD1
Text Example
Text Example
White with #DACAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACAD1; }
p { color: rgb(218,202,209); }
H1.HeaderClassName
{
color: #DACAD1;
}
.AnyTagClassName
{
color: #DACAD1;
}
</style>
background-color css
<style>
a { background-color: #DACAD1; }
a { background-color: rgb(218,202,209); }
div.DivClassName
{
background-color: #DACAD1;
}
.BgClassName
{
background-color: #DACAD1;
}
</style>
border-color css
<style>
span { border-color: #DACAD1; }
span { border-color: rgb(218,202,209); }
td.TdClassName
{
border-color: #DACAD1;
}
.TagClassName
{
border-color: #DACAD1;
}
</style>