Html Css Color HEX #E2BCE6 Thistle

📋 copy color: '#E2BCE6'

red 226 ◦ green 188 ◦ blue 230

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

Shades of Thistle #E2BCE6

Tints of Thistle #E2BCE6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.19%

 BLUE value IS 230 (90.23% from 255) = 35.71%

R = 35.09%
G = 29.19%
B = 35.71%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E2BCE6 (or 0xE2BCE6) is known color: Thistle. HEX triplet: E2, BC and E6. RGB value is (226,188,230). Sum of RGB (Red+Green+Blue) = 226+188+230=644 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.09% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 230 - color contains mainly: blue. Hex color #E2BCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BCE6 is #1D4319. Grayscale: #CCCCCC. Windows color (decimal): -1917722 or 15121634. OLE color: 15121634.

HSL color Cylindrical-coordinate representation of color #E2BCE6: hue angle of 294.29º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2BCE6 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 188 230 -
CMYK 0.02 0.18 0 0.10
HSL 294.29º 0.46% 0.82% -
HSV(B) 294.29º 0.18% 0.9% -
XYZ 63.63 57.85 82.68 -
YUV 204.15 142.59 143.58 -
System Red Green Blue C M Y K H S L
Decimal 226 188 230 0.02 0.18 0 0.10 294.29 0.46 0.82
Hex E2 BC E6 2 12 0 A 126 2E 52
Octal 342 274 346 2 22 0 12 446 56 122
Binary 11100010 10111100 11100110 10 10010 0 1010 100100110 101110 1010010

Color Harmonies of #E2BCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BCE6

Black with #E2BCE6

Text Example


Text Example

White with #E2BCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BCE6; }

 p { color: rgb(226,188,230); }

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

background-color css

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

 a { background-color: rgb(226,188,230); }

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

border-color css

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

 span { border-color: rgb(226,188,230); }

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