#DED0DB

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

Shades of Thistle #DED0DB

Tints of Thistle #DED0DB

Color information

#DED0DB (or 0xDED0DB) is unknown color: approx Thistle. HEX triplet: DE, D0 and DB. RGB value is (222,208,219). Sum of RGB (Red+Green+Blue) = 222+208+219=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 222 - color contains mainly: red. Hex color #DED0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED0DB is #212F24. Grayscale: #D5D5D5. Windows color (decimal): -2174757 or 14405854. OLE color: 14405854.

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

Color convert

RGB222208219-
CMYK00.060.010.13
HSL312.86º17.5%84.31%-
HSV(B)312.86º6.31%87.06%-
XYZ65.4765.7676.26-
YUV213.44131.14134.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.21%
GREEN value IS 208 (81.64% from 255) = 32.05%
BLUE value IS 219 (85.94% from 255) = 33.74%
R=34.21%
G=32.05%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220821900.060.010.13312.8617.584.31
HexDED0DB061D1391254
Octal3363203330611547122124
Binary110111101101000011011011011011101100111001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED0DB; }

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

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

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

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

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

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

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

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