#DEC2DF

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

Shades of Thistle #DEC2DF

Tints of Thistle #DEC2DF

Color information

#DEC2DF (or 0xDEC2DF) is unknown color: approx Thistle. HEX triplet: DE, C2 and DF. RGB value is (222,194,223). Sum of RGB (Red+Green+Blue) = 222+194+223=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 194 (76.17% from 255 or 30.36% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEC2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC2DF is #213D20. Grayscale: #CDCDCD. Windows color (decimal): -2178337 or 14664414. OLE color: 14664414.

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

Color convert

RGB222194223-
CMYK0.000.1300.13
HSL297.93º31.18%81.76%-
HSV(B)297.93º13%87.45%-
XYZ62.7459.4477.98-
YUV205.68137.78139.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.74%
GREEN value IS 194 (76.17% from 255) = 30.36%
BLUE value IS 223 (87.5% from 255) = 34.90%
R=34.74%
G=30.36%
B=34.90%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221942230.000.1300.13297.9331.1881.76
HexDEC2DF0D0D12a1f52
Octal33630233701501545237122
Binary1101111011000010110111110110101101100101010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC2DF; }

 p { color: rgb(222,194,223); }

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

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

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

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

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

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

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