#DED9DB

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

Shades of Prim #DED9DB

Tints of Prim #DED9DB

Color information

#DED9DB (or 0xDED9DB) is unknown color: approx Prim. HEX triplet: DE, D9 and DB. RGB value is (222,217,219). Sum of RGB (Red+Green+Blue) = 222+217+219=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9DB is #212624. Grayscale: #DADADA. Windows color (decimal): -2172453 or 14408158. OLE color: 14408158.

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

Color convert

RGB222217219-
CMYK00.020.010.13
HSL336º7.04%86.08%-
HSV(B)336º2.25%87.06%-
XYZ67.7270.2777.01-
YUV218.72128.16130.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.74%
GREEN value IS 217 (85.16% from 255) = 32.98%
BLUE value IS 219 (85.94% from 255) = 33.28%
R=33.74%
G=32.98%
B=33.28%

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
Decimal22221721900.020.010.133367.0486.08
HexDED9DB021D150756
Octal336331333021155207126
Binary110111101101100111011011010111011010100001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED9DB; }

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

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

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

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

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

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

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

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