Html Css Color HEX #E1C9EA Blue Chalk

📋 copy color: '#E1C9EA'

red 225 ◦ green 201 ◦ blue 234

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

Shades of Blue Chalk #E1C9EA

Tints of Blue Chalk #E1C9EA

RGB

 RED value IS 225 (88.28% from 255) = 34.09%

 GREEN value IS 201 (78.91% from 255) = 30.45%

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

R = 34.09%
G = 30.45%
B = 35.45%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1C9EA (or 0xE1C9EA) is known color: Blue Chalk. HEX triplet: E1, C9 and EA. RGB value is (225,201,234). Sum of RGB (Red+Green+Blue) = 225+201+234=660 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.09% from 660); Green value is 201 (78.91% from 255 or 30.45% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1C9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C9EA is #1E3615. Grayscale: #D3D3D3. Windows color (decimal): -1979926 or 15387105. OLE color: 15387105.

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

Color convert

RGB 225 201 234 -
CMYK 0.04 0.14 0 0.08
HSL 283.64º 0.44% 0.85% -
HSV(B) 283.64º 0.14% 0.92% -
XYZ 66.79 63.72 86.62 -
YUV 211.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 225 201 234 0.04 0.14 0 0.08 283.64 0.44 0.85
Hex E1 C9 EA 4 E 0 8 11C 2C 55
Octal 341 311 352 4 16 0 10 434 54 125
Binary 11100001 11001001 11101010 100 1110 0 1000 100011100 101100 1010101

Color Harmonies of #E1C9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C9EA

Black with #E1C9EA

Text Example


Text Example

White with #E1C9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C9EA; }

 p { color: rgb(225,201,234); }

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

background-color css

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

 a { background-color: rgb(225,201,234); }

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

border-color css

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

 span { border-color: rgb(225,201,234); }

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