#DEC0DE

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

Shades of Thistle #DEC0DE

Tints of Thistle #DEC0DE

Color information

#DEC0DE (or 0xDEC0DE) is unknown color: approx Thistle. HEX triplet: DE, C0 and DE. RGB value is (222,192,222). Sum of RGB (Red+Green+Blue) = 222+192+222=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEC0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0DE is #213F21. Grayscale: #CCCCCC. Windows color (decimal): -2178850 or 14598366. OLE color: 14598366.

HSL color Cylindrical-coordinate representation of color #DEC0DE: hue angle of 300º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEC0DE is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB222192222-
CMYK00.1400.13
HSL300º31.25%81.18%-
HSV(B)300º13.51%87.06%-
XYZ62.1658.577.12-
YUV204.39137.94140.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.91%
GREEN value IS 192 (75.39% from 255) = 30.19%
BLUE value IS 222 (87.11% from 255) = 34.91%
R=34.91%
G=30.19%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219222200.1400.1330031.2581.18
HexDEC0DE0E0D12c1f51
Octal33630033601601545437121
Binary1101111011000000110111100111001101100101100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC0DE; }

 p { color: rgb(222,192,222); }

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

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

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

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

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

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

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