Shades of Blanc #DDD3BE
Tints of Blanc #DDD3BE
RGB
CMYK
RGB Variations
Color information
#DDD3BE (or 0xDDD3BE) is known color: Blanc. HEX triplet: DD, D3 and BE. RGB value is (221,211,190). Sum of RGB (Red+Green+Blue) = 221+211+190=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3BE is #222C41. Grayscale: #D3D3D3. Windows color (decimal): -2239554 or 12506077. OLE color: 12506077.
HSL color Cylindrical-coordinate representation of color #DDD3BE: hue angle of 40.65º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDD3BE is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 211 | 190 | - |
CMYK | 0 | 0.05 | 0.14 | 0.13 |
HSL | 40.65º | 0.31% | 0.81% | - |
HSV(B) | 40.65º | 0.14% | 0.87% | - |
XYZ | 62.41 | 65.68 | 58.1 | - |
YUV | 211.6 | 115.81 | 134.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 211 | 190 | 0 | 0.05 | 0.14 | 0.13 | 40.65 | 0.31 | 0.81 |
Hex | DD | D3 | BE | 0 | 5 | E | D | 29 | 1F | 51 |
Octal | 335 | 323 | 276 | 0 | 5 | 16 | 15 | 51 | 37 | 121 |
Binary | 11011101 | 11010011 | 10111110 | 0 | 101 | 1110 | 1101 | 101001 | 11111 | 1010001 |
Color Harmonies of #DDD3BE
Complementary color
Monochromatic Colors of #DDD3BE
Black with #DDD3BE
Text Example
Text Example
White with #DDD3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3BE; }
p { color: rgb(221,211,190); }
H1.HeaderClassName
{
color: #DDD3BE;
}
.AnyTagClassName
{
color: #DDD3BE;
}
</style>
background-color css
<style>
a { background-color: #DDD3BE; }
a { background-color: rgb(221,211,190); }
div.DivClassName
{
background-color: #DDD3BE;
}
.BgClassName
{
background-color: #DDD3BE;
}
</style>
border-color css
<style>
span { border-color: #DDD3BE; }
span { border-color: rgb(221,211,190); }
td.TdClassName
{
border-color: #DDD3BE;
}
.TagClassName
{
border-color: #DDD3BE;
}
</style>