Html Css Color HEX #E0CBDD Thistle

📋 copy color: '#E0CBDD'

red 224 ◦ green 203 ◦ blue 221

#E0CBDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #E0CBDD

Tints of Thistle #E0CBDD

RGB

 RED value IS 224 (87.89% from 255) = 34.57%

 GREEN value IS 203 (79.69% from 255) = 31.33%

 BLUE value IS 221 (86.72% from 255) = 34.1%

R = 34.57%
G = 31.33%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E0CBDD (or 0xE0CBDD) is known color: Thistle. HEX triplet: E0, CB and DD. RGB value is (224,203,221). Sum of RGB (Red+Green+Blue) = 224+203+221=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CBDD is #1F3422. Grayscale: #D3D3D3. Windows color (decimal): -2044963 or 14535648. OLE color: 14535648.

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

Color convert

RGB 224 203 221 -
CMYK 0 0.09 0.01 0.12
HSL 308.57º 0.25% 0.84% -
HSV(B) 308.57º 0.09% 0.88% -
XYZ 65.15 63.78 77.28 -
YUV 211.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 224 203 221 0 0.09 0.01 0.12 308.57 0.25 0.84
Hex E0 CB DD 0 9 1 C 135 19 54
Octal 340 313 335 0 11 1 14 465 31 124
Binary 11100000 11001011 11011101 0 1001 1 1100 100110101 11001 1010100

Color Harmonies of #E0CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CBDD

Black with #E0CBDD

Text Example


Text Example

White with #E0CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CBDD; }

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

 H1.HeaderClassName
 {
   color: #E0CBDD;
 }
 .AnyTagClassName
 {
   color: #E0CBDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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