#E0CADF

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

Shades of Thistle #E0CADF

Tints of Thistle #E0CADF

Color information

#E0CADF (or 0xE0CADF) is unknown color: approx Thistle. HEX triplet: E0, CA and DF. RGB value is (224,202,223). Sum of RGB (Red+Green+Blue) = 224+202+223=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CADF is #1F3520. Grayscale: #D2D2D2. Windows color (decimal): -2045217 or 14666464. OLE color: 14666464.

HSL color Cylindrical-coordinate representation of color #E0CADF: hue angle of 302.73º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0CADF is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB224202223-
CMYK00.100.000.12
HSL302.73º26.19%83.53%-
HSV(B)302.73º9.82%87.84%-
XYZ65.1863.4278.62-
YUV210.97134.79137.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.51%
GREEN value IS 202 (79.30% from 255) = 31.12%
BLUE value IS 223 (87.5% from 255) = 34.36%
R=34.51%
G=31.12%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420222300.100.000.12302.7326.1983.53
HexE0CADF0A0C12f1a54
Octal34031233701201445732124
Binary1110000011001010110111110101001100100101111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CADF; }

 p { color: rgb(224,202,223); }

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

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

 a { background-color: rgb(224,202,223); }

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

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

 span { border-color: rgb(224,202,223); }

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