Html Css Color HEX #E2CAE0 Thistle

📋 copy color: '#E2CAE0'

red 226 ◦ green 202 ◦ blue 224

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

Shades of Thistle #E2CAE0

Tints of Thistle #E2CAE0

RGB

 RED value IS 226 (88.67% from 255) = 34.66%

 GREEN value IS 202 (79.3% from 255) = 30.98%

 BLUE value IS 224 (87.89% from 255) = 34.36%

R = 34.66%
G = 30.98%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E2CAE0 (or 0xE2CAE0) is known color: Thistle. HEX triplet: E2, CA and E0. RGB value is (226,202,224). Sum of RGB (Red+Green+Blue) = 226+202+224=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CAE0 is #1D351F. Grayscale: #D3D3D3. Windows color (decimal): -1914144 or 14732002. OLE color: 14732002.

HSL color Cylindrical-coordinate representation of color #E2CAE0: hue angle of 305º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2CAE0 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 202 224 -
CMYK 0 0.11 0.01 0.11
HSL 305º 0.29% 0.84% -
HSV(B) 305º 0.11% 0.89% -
XYZ 65.94 63.79 79.36 -
YUV 211.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 226 202 224 0 0.11 0.01 0.11 305 0.29 0.84
Hex E2 CA E0 0 B 1 B 131 1D 54
Octal 342 312 340 0 13 1 13 461 35 124
Binary 11100010 11001010 11100000 0 1011 1 1011 100110001 11101 1010100

Color Harmonies of #E2CAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CAE0

Black with #E2CAE0

Text Example


Text Example

White with #E2CAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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