#DED9DC

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

Shades of Prim #DED9DC

Tints of Prim #DED9DC

Color information

#DED9DC (or 0xDED9DC) is unknown color: approx Prim. HEX triplet: DE, D9 and DC. RGB value is (222,217,220). Sum of RGB (Red+Green+Blue) = 222+217+220=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 217 (85.16% from 255 or 32.93% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9DC is #212623. Grayscale: #DADADA. Windows color (decimal): -2172452 or 14473694. OLE color: 14473694.

HSL color Cylindrical-coordinate representation of color #DED9DC: hue angle of 324º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DED9DC is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB222217220-
CMYK00.020.010.13
HSL324º7.04%86.08%-
HSV(B)324º2.25%87.06%-
XYZ67.8670.3277.71-
YUV218.84128.66130.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.69%
GREEN value IS 217 (85.16% from 255) = 32.93%
BLUE value IS 220 (86.33% from 255) = 33.38%
R=33.69%
G=32.93%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221722000.020.010.133247.0486.08
HexDED9DC021D144756
Octal336331334021155047126
Binary110111101101100111011100010111011010001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED9DC; }

 p { color: rgb(222,217,220); }

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

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

 a { background-color: rgb(222,217,220); }

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

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

 span { border-color: rgb(222,217,220); }

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