#DED1C1

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

Shades of Blanc #DED1C1

Tints of Blanc #DED1C1

Color information

#DED1C1 (or 0xDED1C1) is unknown color: approx Blanc. HEX triplet: DE, D1 and C1. RGB value is (222,209,193). Sum of RGB (Red+Green+Blue) = 222+209+193=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1C1 is #212E3E. Grayscale: #D3D3D3. Windows color (decimal): -2174527 or 12702174. OLE color: 12702174.

HSL color Cylindrical-coordinate representation of color #DED1C1: hue angle of 33.1º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DED1C1 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB222209193-
CMYK00.060.130.13
HSL33.1º30.53%81.37%-
HSV(B)33.1º13.06%87.06%-
XYZ62.5564.9859.7-
YUV211.06117.81135.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.58%
GREEN value IS 209 (82.03% from 255) = 33.49%
BLUE value IS 193 (75.78% from 255) = 30.93%
R=35.58%
G=33.49%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220919300.060.130.1333.130.5381.37
HexDED1C106DD211f51
Octal3363213010615154137121
Binary110111101101000111000001011011011101100001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED1C1; }

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

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

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

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

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

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

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

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