#DEC1E1

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

Shades of Thistle #DEC1E1

Tints of Thistle #DEC1E1

Color information

#DEC1E1 (or 0xDEC1E1) is unknown color: approx Thistle. HEX triplet: DE, C1 and E1. RGB value is (222,193,225). Sum of RGB (Red+Green+Blue) = 222+193+225=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 193 (75.78% from 255 or 30.16% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEC1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1E1 is #213E1E. Grayscale: #CDCDCD. Windows color (decimal): -2178591 or 14795230. OLE color: 14795230.

HSL color Cylindrical-coordinate representation of color #DEC1E1: hue angle of 294.38º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEC1E1 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222193225-
CMYK0.010.1400.12
HSL294.38º34.78%81.96%-
HSV(B)294.38º14.22%88.24%-
XYZ62.7859.1179.33-
YUV205.32139.11139.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.69%
GREEN value IS 193 (75.78% from 255) = 30.16%
BLUE value IS 225 (88.28% from 255) = 35.16%
R=34.69%
G=30.16%
B=35.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221932250.010.1400.12294.3834.7881.96
HexDEC1E11E0C1262352
Octal33630134111601444643122
Binary11011110110000011110000111110011001001001101000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC1E1; }

 p { color: rgb(222,193,225); }

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

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

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

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

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

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

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