Shades of Blanc #DED3C4
Tints of Blanc #DED3C4
RGB
CMYK
RGB Variations
Color information
#DED3C4 (or 0xDED3C4) is known color: Blanc. HEX triplet: DE, D3 and C4. RGB value is (222,211,196). Sum of RGB (Red+Green+Blue) = 222+211+196=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 211 (82.81% from 255 or 33.55% from 629); Blue value is 196 (76.95% from 255 or 31.16% from 629); Max value from RGB is 222 - color contains mainly: red. Hex color #DED3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED3C4 is #212C3B. Grayscale: #D4D4D4. Windows color (decimal): -2174012 or 12899294. OLE color: 12899294.
HSL color Cylindrical-coordinate representation of color #DED3C4: hue angle of 34.62º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DED3C4 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 196 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.13 |
| HSL | 34.62º | 0.28% | 0.82% | - |
| HSV(B) | 34.62º | 0.12% | 0.87% | - |
| XYZ | 63.38 | 66.1 | 61.64 | - |
| YUV | 212.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 196 | 0 | 0.05 | 0.12 | 0.13 | 34.62 | 0.28 | 0.82 |
| Hex | DE | D3 | C4 | 0 | 5 | C | D | 23 | 1C | 52 |
| Octal | 336 | 323 | 304 | 0 | 5 | 14 | 15 | 43 | 34 | 122 |
| Binary | 11011110 | 11010011 | 11000100 | 0 | 101 | 1100 | 1101 | 100011 | 11100 | 1010010 |
Color Harmonies of #DED3C4
Complementary color
Monochromatic Colors of #DED3C4
Black with #DED3C4
Text Example
Text Example
White with #DED3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED3C4; }
p { color: rgb(222,211,196); }
H1.HeaderClassName
{
color: #DED3C4;
}
.AnyTagClassName
{
color: #DED3C4;
}
</style>
background-color css
<style>
a { background-color: #DED3C4; }
a { background-color: rgb(222,211,196); }
div.DivClassName
{
background-color: #DED3C4;
}
.BgClassName
{
background-color: #DED3C4;
}
</style>
border-color css
<style>
span { border-color: #DED3C4; }
span { border-color: rgb(222,211,196); }
td.TdClassName
{
border-color: #DED3C4;
}
.TagClassName
{
border-color: #DED3C4;
}
</style>