Html Css Color HEX #DEC9DB Thistle

📋 copy color: '#DEC9DB'

red 222 ◦ green 201 ◦ blue 219

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

Shades of Thistle #DEC9DB

Tints of Thistle #DEC9DB

RGB

 RED value IS 222 (87.11% from 255) = 34.58%

 GREEN value IS 201 (78.91% from 255) = 31.31%

 BLUE value IS 219 (85.94% from 255) = 34.11%

R = 34.58%
G = 31.31%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DEC9DB (or 0xDEC9DB) is known color: Thistle. HEX triplet: DE, C9 and DB. RGB value is (222,201,219). Sum of RGB (Red+Green+Blue) = 222+201+219=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 201 (78.91% from 255 or 31.31% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC9DB is #213624. Grayscale: #D1D1D1. Windows color (decimal): -2176549 or 14404062. OLE color: 14404062.

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

Color convert

RGB 222 201 219 -
CMYK 0 0.09 0.01 0.13
HSL 308.57º 0.24% 0.83% -
HSV(B) 308.57º 0.09% 0.87% -
XYZ 63.8 62.42 75.7 -
YUV 209.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 222 201 219 0 0.09 0.01 0.13 308.57 0.24 0.83
Hex DE C9 DB 0 9 1 D 135 18 53
Octal 336 311 333 0 11 1 15 465 30 123
Binary 11011110 11001001 11011011 0 1001 1 1101 100110101 11000 1010011

Color Harmonies of #DEC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC9DB

Black with #DEC9DB

Text Example


Text Example

White with #DEC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC9DB; }

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

 H1.HeaderClassName
 {
   color: #DEC9DB;
 }
 .AnyTagClassName
 {
   color: #DEC9DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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