Html Css Color HEX #E2C0EB Blue Chalk

📋 copy color: '#E2C0EB'

red 226 ◦ green 192 ◦ blue 235

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

Shades of Blue Chalk #E2C0EB

Tints of Blue Chalk #E2C0EB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.4%

 BLUE value IS 235 (92.19% from 255) = 35.99%

R = 34.61%
G = 29.4%
B = 35.99%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E2C0EB (or 0xE2C0EB) is known color: Blue Chalk. HEX triplet: E2, C0 and EB. RGB value is (226,192,235). Sum of RGB (Red+Green+Blue) = 226+192+235=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 192 (75.39% from 255 or 29.40% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2C0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C0EB is #1D3F14. Grayscale: #CECECE. Windows color (decimal): -1916693 or 15450338. OLE color: 15450338.

HSL color Cylindrical-coordinate representation of color #E2C0EB: hue angle of 287.44º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2C0EB is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 192 235 -
CMYK 0.04 0.18 0 0.08
HSL 287.44º 0.52% 0.84% -
HSV(B) 287.44º 0.18% 0.92% -
XYZ 65.21 59.87 86.72 -
YUV 207.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 226 192 235 0.04 0.18 0 0.08 287.44 0.52 0.84
Hex E2 C0 EB 4 12 0 8 11F 34 54
Octal 342 300 353 4 22 0 10 437 64 124
Binary 11100010 11000000 11101011 100 10010 0 1000 100011111 110100 1010100

Color Harmonies of #E2C0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C0EB

Black with #E2C0EB

Text Example


Text Example

White with #E2C0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C0EB; }

 p { color: rgb(226,192,235); }

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

background-color css

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

 a { background-color: rgb(226,192,235); }

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

border-color css

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

 span { border-color: rgb(226,192,235); }

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