Shades of Blanc #DDD1BE
Tints of Blanc #DDD1BE
RGB
CMYK
RGB Variations
Color information
#DDD1BE (or 0xDDD1BE) is known color: Blanc. HEX triplet: DD, D1 and BE. RGB value is (221,209,190). Sum of RGB (Red+Green+Blue) = 221+209+190=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1BE is #222E41. Grayscale: #D2D2D2. Windows color (decimal): -2240066 or 12505565. OLE color: 12505565.
HSL color Cylindrical-coordinate representation of color #DDD1BE: hue angle of 36.77º 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 #DDD1BE is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 209 | 190 | - |
CMYK | 0 | 0.05 | 0.14 | 0.13 |
HSL | 36.77º | 0.31% | 0.81% | - |
HSV(B) | 36.77º | 0.14% | 0.87% | - |
XYZ | 61.91 | 64.69 | 57.94 | - |
YUV | 210.42 | 116.48 | 135.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 209 | 190 | 0 | 0.05 | 0.14 | 0.13 | 36.77 | 0.31 | 0.81 |
Hex | DD | D1 | BE | 0 | 5 | E | D | 25 | 1F | 51 |
Octal | 335 | 321 | 276 | 0 | 5 | 16 | 15 | 45 | 37 | 121 |
Binary | 11011101 | 11010001 | 10111110 | 0 | 101 | 1110 | 1101 | 100101 | 11111 | 1010001 |
Color Harmonies of #DDD1BE
Complementary color
Monochromatic Colors of #DDD1BE
Black with #DDD1BE
Text Example
Text Example
White with #DDD1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1BE; }
p { color: rgb(221,209,190); }
H1.HeaderClassName
{
color: #DDD1BE;
}
.AnyTagClassName
{
color: #DDD1BE;
}
</style>
background-color css
<style>
a { background-color: #DDD1BE; }
a { background-color: rgb(221,209,190); }
div.DivClassName
{
background-color: #DDD1BE;
}
.BgClassName
{
background-color: #DDD1BE;
}
</style>
border-color css
<style>
span { border-color: #DDD1BE; }
span { border-color: rgb(221,209,190); }
td.TdClassName
{
border-color: #DDD1BE;
}
.TagClassName
{
border-color: #DDD1BE;
}
</style>