Shades of Blanc #DAD3C8
Tints of Blanc #DAD3C8
RGB
CMYK
RGB Variations
Color information
#DAD3C8 (or 0xDAD3C8) is known color: Blanc. HEX triplet: DA, D3 and C8. RGB value is (218,211,200). Sum of RGB (Red+Green+Blue) = 218+211+200=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 211 (82.81% from 255 or 33.55% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD3C8 is #252C37. Grayscale: #D3D3D3. Windows color (decimal): -2436152 or 13161434. OLE color: 13161434.
HSL color Cylindrical-coordinate representation of color #DAD3C8: hue angle of 36.67º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAD3C8 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 211 | 200 | - |
CMYK | 0 | 0.03 | 0.08 | 0.15 |
HSL | 36.67º | 0.2% | 0.82% | - |
HSV(B) | 36.67º | 0.08% | 0.85% | - |
XYZ | 62.63 | 65.66 | 64.02 | - |
YUV | 211.84 | 121.32 | 132.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 211 | 200 | 0 | 0.03 | 0.08 | 0.15 | 36.67 | 0.2 | 0.82 |
Hex | DA | D3 | C8 | 0 | 3 | 8 | F | 25 | 14 | 52 |
Octal | 332 | 323 | 310 | 0 | 3 | 10 | 17 | 45 | 24 | 122 |
Binary | 11011010 | 11010011 | 11001000 | 0 | 11 | 1000 | 1111 | 100101 | 10100 | 1010010 |
Color Harmonies of #DAD3C8
Complementary color
Monochromatic Colors of #DAD3C8
Black with #DAD3C8
Text Example
Text Example
White with #DAD3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD3C8; }
p { color: rgb(218,211,200); }
H1.HeaderClassName
{
color: #DAD3C8;
}
.AnyTagClassName
{
color: #DAD3C8;
}
</style>
background-color css
<style>
a { background-color: #DAD3C8; }
a { background-color: rgb(218,211,200); }
div.DivClassName
{
background-color: #DAD3C8;
}
.BgClassName
{
background-color: #DAD3C8;
}
</style>
border-color css
<style>
span { border-color: #DAD3C8; }
span { border-color: rgb(218,211,200); }
td.TdClassName
{
border-color: #DAD3C8;
}
.TagClassName
{
border-color: #DAD3C8;
}
</style>