#E0CADE

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

Shades of Thistle #E0CADE

Tints of Thistle #E0CADE

Color information

#E0CADE (or 0xE0CADE) is unknown color: approx Thistle. HEX triplet: E0, CA and DE. RGB value is (224,202,222). Sum of RGB (Red+Green+Blue) = 224+202+222=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CADE is #1F3521. Grayscale: #D2D2D2. Windows color (decimal): -2045218 or 14600928. OLE color: 14600928.

HSL color Cylindrical-coordinate representation of color #E0CADE: hue angle of 305.45º 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 #E0CADE is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB224202222-
CMYK00.100.010.12
HSL305.45º26.19%83.53%-
HSV(B)305.45º9.82%87.84%-
XYZ65.0563.3677.91-
YUV210.86134.29137.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.57%
GREEN value IS 202 (79.30% from 255) = 31.17%
BLUE value IS 222 (87.11% from 255) = 34.26%
R=34.57%
G=31.17%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420222200.100.010.12305.4526.1983.53
HexE0CADE0A1C1311a54
Octal34031233601211446132124
Binary1110000011001010110111100101011100100110001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CADE; }

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

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

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

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

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

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

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

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