Shades of Blanc #DED3C2
Tints of Blanc #DED3C2
RGB
CMYK
RGB Variations
Color information
#DED3C2 (or 0xDED3C2) is known color: Blanc. HEX triplet: DE, D3 and C2. RGB value is (222,211,194). Sum of RGB (Red+Green+Blue) = 222+211+194=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 194 (76.17% from 255 or 30.94% from 627); Max value from RGB is 222 - color contains mainly: red. Hex color #DED3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED3C2 is #212C3D. Grayscale: #D4D4D4. Windows color (decimal): -2174014 or 12768222. OLE color: 12768222.
HSL color Cylindrical-coordinate representation of color #DED3C2: hue angle of 36.43º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DED3C2 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 194 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.13 |
| HSL | 36.43º | 0.3% | 0.82% | - |
| HSV(B) | 36.43º | 0.13% | 0.87% | - |
| XYZ | 63.16 | 66.01 | 60.45 | - |
| YUV | 212.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 194 | 0 | 0.05 | 0.13 | 0.13 | 36.43 | 0.3 | 0.82 |
| Hex | DE | D3 | C2 | 0 | 5 | D | D | 24 | 1E | 52 |
| Octal | 336 | 323 | 302 | 0 | 5 | 15 | 15 | 44 | 36 | 122 |
| Binary | 11011110 | 11010011 | 11000010 | 0 | 101 | 1101 | 1101 | 100100 | 11110 | 1010010 |
Color Harmonies of #DED3C2
Complementary color
Monochromatic Colors of #DED3C2
Black with #DED3C2
Text Example
Text Example
White with #DED3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED3C2; }
p { color: rgb(222,211,194); }
H1.HeaderClassName
{
color: #DED3C2;
}
.AnyTagClassName
{
color: #DED3C2;
}
</style>
background-color css
<style>
a { background-color: #DED3C2; }
a { background-color: rgb(222,211,194); }
div.DivClassName
{
background-color: #DED3C2;
}
.BgClassName
{
background-color: #DED3C2;
}
</style>
border-color css
<style>
span { border-color: #DED3C2; }
span { border-color: rgb(222,211,194); }
td.TdClassName
{
border-color: #DED3C2;
}
.TagClassName
{
border-color: #DED3C2;
}
</style>