Html Css Color HEX #E3C2EA Blue Chalk

📋 copy color: '#E3C2EA'

red 227 ◦ green 194 ◦ blue 234

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

Shades of Blue Chalk #E3C2EA

Tints of Blue Chalk #E3C2EA

RGB

 RED value IS 227 (89.06% from 255) = 34.66%

 GREEN value IS 194 (76.17% from 255) = 29.62%

 BLUE value IS 234 (91.8% from 255) = 35.73%

R = 34.66%
G = 29.62%
B = 35.73%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E3C2EA (or 0xE3C2EA) is known color: Blue Chalk. HEX triplet: E3, C2 and EA. RGB value is (227,194,234). Sum of RGB (Red+Green+Blue) = 227+194+234=655 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.66% from 655); Green value is 194 (76.17% from 255 or 29.62% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #E3C2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C2EA is #1C3D15. Grayscale: #D0D0D0. Windows color (decimal): -1850646 or 15385315. OLE color: 15385315.

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

Color convert

RGB 227 194 234 -
CMYK 0.03 0.17 0 0.08
HSL 289.5º 0.49% 0.84% -
HSV(B) 289.5º 0.17% 0.92% -
XYZ 65.82 60.85 86.12 -
YUV 208.43 142.43 141.25 -
System Red Green Blue C M Y K H S L
Decimal 227 194 234 0.03 0.17 0 0.08 289.5 0.49 0.84
Hex E3 C2 EA 3 11 0 8 122 31 54
Octal 343 302 352 3 21 0 10 442 61 124
Binary 11100011 11000010 11101010 11 10001 0 1000 100100010 110001 1010100

Color Harmonies of #E3C2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3C2EA

Black with #E3C2EA

Text Example


Text Example

White with #E3C2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3C2EA; }

 p { color: rgb(227,194,234); }

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

background-color css

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

 a { background-color: rgb(227,194,234); }

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

border-color css

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

 span { border-color: rgb(227,194,234); }

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