Shades of Prim #DACED1
Tints of Prim #DACED1
RGB
CMYK
RGB Variations
Color information
#DACED1 (or 0xDACED1) is known color: Prim. HEX triplet: DA, CE and D1. RGB value is (218,206,209). Sum of RGB (Red+Green+Blue) = 218+206+209=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 218 - color contains mainly: red. Hex color #DACED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACED1 is #25312E. Grayscale: #D1D1D1. Windows color (decimal): -2437423 or 13749978. OLE color: 13749978.
HSL color Cylindrical-coordinate representation of color #DACED1: hue angle of 345º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DACED1 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 209 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.15 |
| HSL | 345º | 0.14% | 0.83% | - |
| HSV(B) | 345º | 0.06% | 0.85% | - |
| XYZ | 62.49 | 63.65 | 69.31 | - |
| YUV | 209.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 209 | 0 | 0.06 | 0.04 | 0.15 | 345 | 0.14 | 0.83 |
| Hex | DA | CE | D1 | 0 | 6 | 4 | F | 159 | E | 53 |
| Octal | 332 | 316 | 321 | 0 | 6 | 4 | 17 | 531 | 16 | 123 |
| Binary | 11011010 | 11001110 | 11010001 | 0 | 110 | 100 | 1111 | 101011001 | 1110 | 1010011 |
Color Harmonies of #DACED1
Complementary color
Monochromatic Colors of #DACED1
Black with #DACED1
Text Example
Text Example
White with #DACED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACED1; }
p { color: rgb(218,206,209); }
H1.HeaderClassName
{
color: #DACED1;
}
.AnyTagClassName
{
color: #DACED1;
}
</style>
background-color css
<style>
a { background-color: #DACED1; }
a { background-color: rgb(218,206,209); }
div.DivClassName
{
background-color: #DACED1;
}
.BgClassName
{
background-color: #DACED1;
}
</style>
border-color css
<style>
span { border-color: #DACED1; }
span { border-color: rgb(218,206,209); }
td.TdClassName
{
border-color: #DACED1;
}
.TagClassName
{
border-color: #DACED1;
}
</style>