#DEC3DE

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

Shades of Thistle #DEC3DE

Tints of Thistle #DEC3DE

Color information

#DEC3DE (or 0xDEC3DE) is unknown color: approx Thistle. HEX triplet: DE, C3 and DE. RGB value is (222,195,222). Sum of RGB (Red+Green+Blue) = 222+195+222=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 195 (76.56% from 255 or 30.52% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEC3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC3DE is #213C21. Grayscale: #CECECE. Windows color (decimal): -2178082 or 14599134. OLE color: 14599134.

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

Color convert

RGB222195222-
CMYK00.1200.13
HSL300º29.03%81.76%-
HSV(B)300º12.16%87.06%-
XYZ62.8259.8377.35-
YUV206.15136.95139.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.74%
GREEN value IS 195 (76.56% from 255) = 30.52%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=34.74%
G=30.52%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219522200.1200.1330029.0381.76
HexDEC3DE0C0D12c1d52
Octal33630333601401545435122
Binary1101111011000011110111100110001101100101100111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC3DE; }

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

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

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

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

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

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

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

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