#E1CDDE

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

Shades of Thistle #E1CDDE

Tints of Thistle #E1CDDE

Color information

#E1CDDE (or 0xE1CDDE) is unknown color: approx Thistle. HEX triplet: E1, CD and DE. RGB value is (225,205,222). Sum of RGB (Red+Green+Blue) = 225+205+222=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDDE is #1E3221. Grayscale: #D4D4D4. Windows color (decimal): -1978914 or 14601697. OLE color: 14601697.

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

Color convert

RGB225205222-
CMYK00.090.010.12
HSL309º25%84.31%-
HSV(B)309º8.89%88.24%-
XYZ66.0764.9478.16-
YUV212.92133.13136.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.51%
GREEN value IS 205 (80.47% from 255) = 31.44%
BLUE value IS 222 (87.11% from 255) = 34.05%
R=34.51%
G=31.44%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520522200.090.010.123092584.31
HexE1CDDE091C1351954
Octal34131533601111446531124
Binary1110000111001101110111100100111100100110101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDDE; }

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

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

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

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

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

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

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

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