#DED4C0

Color #DED4C0 Blanc (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blanc #DED4C0

Tints of Blanc #DED4C0

Color information

#DED4C0 (or 0xDED4C0) is unknown color: approx Blanc. HEX triplet: DE, D4 and C0. RGB value is (222,212,192). Sum of RGB (Red+Green+Blue) = 222+212+192=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 212 (83.20% from 255 or 33.87% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 222 - color contains mainly: red. Hex color #DED4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED4C0 is #212B3F. Grayscale: #D4D4D4. Windows color (decimal): -2173760 or 12637406. OLE color: 12637406.

HSL color Cylindrical-coordinate representation of color #DED4C0: hue angle of 40º 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 #DED4C0 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB222212192-
CMYK00.050.140.13
HSL40º31.25%81.18%-
HSV(B)40º13.51%87.06%-
XYZ63.1866.4259.36-
YUV212.71116.31134.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 35.46%
GREEN value IS 212 (83.20% from 255) = 33.87%
BLUE value IS 192 (75.39% from 255) = 30.67%
R=35.46%
G=33.87%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221219200.050.140.134031.2581.18
HexDED4C005ED281f51
Octal3363243000516155037121
Binary110111101101010011000000010111101101101000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED4C0; }

 p { color: rgb(222,212,192); }

 H1.HeaderClassName
 {
   color: #DED4C0;
 }
 .AnyTagClassName
 {
   color: #DED4C0;
 }
</style>
background-color css

<style>
 a { background-color: #DED4C0; }

 a { background-color: rgb(222,212,192); }

 div.DivClassName
 {
   background-color: #DED4C0;
 }
 .BgClassName
 {
   background-color: #DED4C0;
 }
</style>
border-color css

<style>
 span { border-color: #DED4C0; }

 span { border-color: rgb(222,212,192); }

 td.TdClassName
 {
   border-color: #DED4C0;
 }
 .TagClassName
 {
   border-color: #DED4C0;
 }
</style>