Html Css Color HEX #E2C0EE Blue Chalk

📋 copy color: '#E2C0EE'

red 226 ◦ green 192 ◦ blue 238

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

Shades of Blue Chalk #E2C0EE

Tints of Blue Chalk #E2C0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.28%

R = 34.45%
G = 29.27%
B = 36.28%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2C0EE (or 0xE2C0EE) is known color: Blue Chalk. HEX triplet: E2, C0 and EE. RGB value is (226,192,238). Sum of RGB (Red+Green+Blue) = 226+192+238=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 192 (75.39% from 255 or 29.27% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2C0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C0EE is #1D3F11. Grayscale: #CFCFCF. Windows color (decimal): -1916690 or 15646946. OLE color: 15646946.

HSL color Cylindrical-coordinate representation of color #E2C0EE: hue angle of 284.35º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2C0EE is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 192 238 -
CMYK 0.05 0.19 0 0.07
HSL 284.35º 0.58% 0.84% -
HSV(B) 284.35º 0.19% 0.93% -
XYZ 65.65 60.04 89.02 -
YUV 207.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 226 192 238 0.05 0.19 0 0.07 284.35 0.58 0.84
Hex E2 C0 EE 5 13 0 7 11C 3A 54
Octal 342 300 356 5 23 0 7 434 72 124
Binary 11100010 11000000 11101110 101 10011 0 111 100011100 111010 1010100

Color Harmonies of #E2C0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C0EE

Black with #E2C0EE

Text Example


Text Example

White with #E2C0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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