#DEC4E3

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

Shades of Thistle #DEC4E3

Tints of Thistle #DEC4E3

Color information

#DEC4E3 (or 0xDEC4E3) is unknown color: approx Thistle. HEX triplet: DE, C4 and E3. RGB value is (222,196,227). Sum of RGB (Red+Green+Blue) = 222+196+227=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 196 (76.95% from 255 or 30.39% from 645); Blue value is 227 (89.06% from 255 or 35.19% from 645); Max value from RGB is 227 - color contains mainly: blue. Hex color #DEC4E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4E3 is #213B1C. Grayscale: #CFCFCF. Windows color (decimal): -2177821 or 14927070. OLE color: 14927070.

HSL color Cylindrical-coordinate representation of color #DEC4E3: hue angle of 290.32º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEC4E3 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222196227-
CMYK0.020.1400.11
HSL290.32º35.63%82.94%-
HSV(B)290.32º13.66%89.02%-
XYZ63.7360.5681-
YUV207.31139.11138.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.42%
GREEN value IS 196 (76.95% from 255) = 30.39%
BLUE value IS 227 (89.06% from 255) = 35.19%
R=34.42%
G=30.39%
B=35.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221962270.020.1400.11290.3235.6382.94
HexDEC4E32E0B1222453
Octal33630434321601344244123
Binary110111101100010011100011101110010111001000101001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC4E3; }

 p { color: rgb(222,196,227); }

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

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

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

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

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

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

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