Shades of Blanc #DDD3C5
Tints of Blanc #DDD3C5
RGB
CMYK
RGB Variations
Color information
#DDD3C5 (or 0xDDD3C5) is known color: Blanc. HEX triplet: DD, D3 and C5. RGB value is (221,211,197). Sum of RGB (Red+Green+Blue) = 221+211+197=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 211 (82.81% from 255 or 33.55% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3C5 is #222C3A. Grayscale: #D4D4D4. Windows color (decimal): -2239547 or 12964829. OLE color: 12964829.
HSL color Cylindrical-coordinate representation of color #DDD3C5: hue angle of 35º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDD3C5 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 211 | 197 | - |
CMYK | 0 | 0.05 | 0.11 | 0.13 |
HSL | 35º | 0.26% | 0.82% | - |
HSV(B) | 35º | 0.11% | 0.87% | - |
XYZ | 63.19 | 65.99 | 62.23 | - |
YUV | 212.39 | 119.31 | 134.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 211 | 197 | 0 | 0.05 | 0.11 | 0.13 | 35 | 0.26 | 0.82 |
Hex | DD | D3 | C5 | 0 | 5 | B | D | 23 | 1A | 52 |
Octal | 335 | 323 | 305 | 0 | 5 | 13 | 15 | 43 | 32 | 122 |
Binary | 11011101 | 11010011 | 11000101 | 0 | 101 | 1011 | 1101 | 100011 | 11010 | 1010010 |
Color Harmonies of #DDD3C5
Complementary color
Monochromatic Colors of #DDD3C5
Black with #DDD3C5
Text Example
Text Example
White with #DDD3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3C5; }
p { color: rgb(221,211,197); }
H1.HeaderClassName
{
color: #DDD3C5;
}
.AnyTagClassName
{
color: #DDD3C5;
}
</style>
background-color css
<style>
a { background-color: #DDD3C5; }
a { background-color: rgb(221,211,197); }
div.DivClassName
{
background-color: #DDD3C5;
}
.BgClassName
{
background-color: #DDD3C5;
}
</style>
border-color css
<style>
span { border-color: #DDD3C5; }
span { border-color: rgb(221,211,197); }
td.TdClassName
{
border-color: #DDD3C5;
}
.TagClassName
{
border-color: #DDD3C5;
}
</style>