#DEC8DB

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

Shades of Thistle #DEC8DB

Tints of Thistle #DEC8DB

Color information

#DEC8DB (or 0xDEC8DB) is unknown color: approx Thistle. HEX triplet: DE, C8 and DB. RGB value is (222,200,219). Sum of RGB (Red+Green+Blue) = 222+200+219=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC8DB is #213724. Grayscale: #D0D0D0. Windows color (decimal): -2176805 or 14403806. OLE color: 14403806.

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

Color convert

RGB222200219-
CMYK00.100.010.13
HSL308.18º25%82.75%-
HSV(B)308.18º9.91%87.06%-
XYZ63.5661.9575.63-
YUV208.74133.79137.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.63%
GREEN value IS 200 (78.52% from 255) = 31.20%
BLUE value IS 219 (85.94% from 255) = 34.17%
R=34.63%
G=31.20%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220021900.100.010.13308.182582.75
HexDEC8DB0A1D1341953
Octal33631033301211546431123
Binary1101111011001000110110110101011101100110100110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC8DB; }

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

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

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

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

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

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

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

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