Shades of Prim #DACCD3
Tints of Prim #DACCD3
RGB
CMYK
RGB Variations
Color information
#DACCD3 (or 0xDACCD3) is known color: Prim. HEX triplet: DA, CC and D3. RGB value is (218,204,211). Sum of RGB (Red+Green+Blue) = 218+204+211=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 211 (82.81% from 255 or 33.33% from 633); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCD3 is #25332C. Grayscale: #D0D0D0. Windows color (decimal): -2437933 or 13880538. OLE color: 13880538.
HSL color Cylindrical-coordinate representation of color #DACCD3: hue angle of 330º degrees, saturation: 0.16, 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 #DACCD3 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 204 | 211 | - |
CMYK | 0 | 0.06 | 0.03 | 0.15 |
HSL | 330º | 0.16% | 0.83% | - |
HSV(B) | 330º | 0.06% | 0.85% | - |
XYZ | 62.26 | 62.79 | 70.47 | - |
YUV | 208.98 | 129.14 | 134.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 204 | 211 | 0 | 0.06 | 0.03 | 0.15 | 330 | 0.16 | 0.83 |
Hex | DA | CC | D3 | 0 | 6 | 3 | F | 14A | 10 | 53 |
Octal | 332 | 314 | 323 | 0 | 6 | 3 | 17 | 512 | 20 | 123 |
Binary | 11011010 | 11001100 | 11010011 | 0 | 110 | 11 | 1111 | 101001010 | 10000 | 1010011 |
Color Harmonies of #DACCD3
Complementary color
Monochromatic Colors of #DACCD3
Black with #DACCD3
Text Example
Text Example
White with #DACCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCD3; }
p { color: rgb(218,204,211); }
H1.HeaderClassName
{
color: #DACCD3;
}
.AnyTagClassName
{
color: #DACCD3;
}
</style>
background-color css
<style>
a { background-color: #DACCD3; }
a { background-color: rgb(218,204,211); }
div.DivClassName
{
background-color: #DACCD3;
}
.BgClassName
{
background-color: #DACCD3;
}
</style>
border-color css
<style>
span { border-color: #DACCD3; }
span { border-color: rgb(218,204,211); }
td.TdClassName
{
border-color: #DACCD3;
}
.TagClassName
{
border-color: #DACCD3;
}
</style>