Html Css Color HEX #DED0DB Thistle

📋 copy color: '#DED0DB'

red 222 ◦ green 208 ◦ blue 219

#DED0DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #DED0DB

Tints of Thistle #DED0DB

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 value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DED0DB (or 0xDED0DB) is known color: 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

RGB 222 208 219 -
CMYK 0 0.06 0.01 0.13
HSL 312.86º 0.18% 0.84% -
HSV(B) 312.86º 0.06% 0.87% -
XYZ 65.47 65.76 76.26 -
YUV 213.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 222 208 219 0 0.06 0.01 0.13 312.86 0.18 0.84
Hex DE D0 DB 0 6 1 D 139 12 54
Octal 336 320 333 0 6 1 15 471 22 124
Binary 11011110 11010000 11011011 0 110 1 1101 100111001 10010 1010100

Color Harmonies of #DED0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED0DB

Black with #DED0DB

Text Example


Text Example

White with #DED0DB

Text Example


Text Example

HTML Codes & Css Web 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>