#E0CCDD

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

Shades of Thistle #E0CCDD

Tints of Thistle #E0CCDD

Color information

#E0CCDD (or 0xE0CCDD) is unknown color: approx Thistle. HEX triplet: E0, CC and DD. RGB value is (224,204,221). Sum of RGB (Red+Green+Blue) = 224+204+221=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CCDD is #1F3322. Grayscale: #D3D3D3. Windows color (decimal): -2044707 or 14535904. OLE color: 14535904.

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

Color convert

RGB224204221-
CMYK00.090.010.12
HSL309º24.39%83.92%-
HSV(B)309º8.93%87.84%-
XYZ65.3864.2577.36-
YUV211.92133.13136.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.51%
GREEN value IS 204 (80.08% from 255) = 31.43%
BLUE value IS 221 (86.72% from 255) = 34.05%
R=34.51%
G=31.43%
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
Decimal22420422100.090.010.1230924.3983.92
HexE0CCDD091C1351854
Octal34031433501111446530124
Binary1110000011001100110111010100111100100110101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCDD; }

 p { color: rgb(224,204,221); }

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

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

 a { background-color: rgb(224,204,221); }

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

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

 span { border-color: rgb(224,204,221); }

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