Html Css Color HEX #E1CEEA Blue Chalk

📋 copy color: '#E1CEEA'

red 225 ◦ green 206 ◦ blue 234

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

Shades of Blue Chalk #E1CEEA

Tints of Blue Chalk #E1CEEA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.98%

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

R = 33.83%
G = 30.98%
B = 35.19%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1CEEA (or 0xE1CEEA) is known color: Blue Chalk. HEX triplet: E1, CE and EA. RGB value is (225,206,234). Sum of RGB (Red+Green+Blue) = 225+206+234=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1CEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CEEA is #1E3115. Grayscale: #D6D6D6. Windows color (decimal): -1978646 or 15388385. OLE color: 15388385.

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

Color convert

RGB 225 206 234 -
CMYK 0.04 0.12 0 0.08
HSL 280.71º 0.4% 0.86% -
HSV(B) 280.71º 0.12% 0.92% -
XYZ 67.97 66.09 87.02 -
YUV 214.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 225 206 234 0.04 0.12 0 0.08 280.71 0.4 0.86
Hex E1 CE EA 4 C 0 8 119 28 56
Octal 341 316 352 4 14 0 10 431 50 126
Binary 11100001 11001110 11101010 100 1100 0 1000 100011001 101000 1010110

Color Harmonies of #E1CEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CEEA

Black with #E1CEEA

Text Example


Text Example

White with #E1CEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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