Html Css Color HEX #E0CEEA Blue Chalk

📋 copy color: '#E0CEEA'

red 224 ◦ green 206 ◦ blue 234

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

Shades of Blue Chalk #E0CEEA

Tints of Blue Chalk #E0CEEA

RGB

 RED value IS 224 (87.89% from 255) = 33.73%

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

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

R = 33.73%
G = 31.02%
B = 35.24%

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

#E0CEEA (or 0xE0CEEA) is known color: Blue Chalk. HEX triplet: E0, CE and EA. RGB value is (224,206,234). Sum of RGB (Red+Green+Blue) = 224+206+234=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0CEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CEEA is #1F3115. Grayscale: #D6D6D6. Windows color (decimal): -2044182 or 15388384. OLE color: 15388384.

HSL color Cylindrical-coordinate representation of color #E0CEEA: hue angle of 278.57º 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 #E0CEEA is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 206 234 -
CMYK 0.04 0.12 0 0.08
HSL 278.57º 0.4% 0.86% -
HSV(B) 278.57º 0.12% 0.92% -
XYZ 67.66 65.93 87 -
YUV 214.57 138.96 134.72 -
System Red Green Blue C M Y K H S L
Decimal 224 206 234 0.04 0.12 0 0.08 278.57 0.4 0.86
Hex E0 CE EA 4 C 0 8 117 28 56
Octal 340 316 352 4 14 0 10 427 50 126
Binary 11100000 11001110 11101010 100 1100 0 1000 100010111 101000 1010110

Color Harmonies of #E0CEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CEEA

Black with #E0CEEA

Text Example


Text Example

White with #E0CEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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