#E0CBDF

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

Shades of Thistle #E0CBDF

Tints of Thistle #E0CBDF

Color information

#E0CBDF (or 0xE0CBDF) is unknown color: approx Thistle. HEX triplet: E0, CB and DF. RGB value is (224,203,223). Sum of RGB (Red+Green+Blue) = 224+203+223=650 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.46% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CBDF is #1F3420. Grayscale: #D3D3D3. Windows color (decimal): -2044961 or 14666720. OLE color: 14666720.

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

Color convert

RGB224203223-
CMYK00.090.000.12
HSL302.86º25.3%83.73%-
HSV(B)302.86º9.38%87.84%-
XYZ65.4263.8978.7-
YUV211.56134.46136.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.46%
GREEN value IS 203 (79.69% from 255) = 31.23%
BLUE value IS 223 (87.5% from 255) = 34.31%
R=34.46%
G=31.23%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420322300.090.000.12302.8625.383.73
HexE0CBDF090C12f1954
Octal34031333701101445731124
Binary1110000011001011110111110100101100100101111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CBDF; }

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

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

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

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

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

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

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

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