#DED1BE

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

Shades of Blanc #DED1BE

Tints of Blanc #DED1BE

Color information

#DED1BE (or 0xDED1BE) is unknown color: approx Blanc. HEX triplet: DE, D1 and BE. RGB value is (222,209,190). Sum of RGB (Red+Green+Blue) = 222+209+190=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1BE is #212E41. Grayscale: #D2D2D2. Windows color (decimal): -2174530 or 12505566. OLE color: 12505566.

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

Color convert

RGB222209190-
CMYK00.060.140.13
HSL35.63º32.65%80.78%-
HSV(B)35.63º14.41%87.06%-
XYZ62.2264.8557.95-
YUV210.72116.31136.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.75%
GREEN value IS 209 (82.03% from 255) = 33.66%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=35.75%
G=33.66%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220919000.060.140.1335.6332.6580.78
HexDED1BE06ED242151
Octal3363212760616154441121
Binary1101111011010001101111100110111011011001001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED1BE; }

 p { color: rgb(222,209,190); }

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

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

 a { background-color: rgb(222,209,190); }

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

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

 span { border-color: rgb(222,209,190); }

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