Html Css Color HEX #E0CEE5 Blue Chalk

📋 copy color: '#E0CEE5'

red 224 ◦ green 206 ◦ blue 229

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

Shades of Blue Chalk #E0CEE5

Tints of Blue Chalk #E0CEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.75%

R = 33.99%
G = 31.26%
B = 34.75%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E0CEE5 (or 0xE0CEE5) is known color: Blue Chalk. HEX triplet: E0, CE and E5. RGB value is (224,206,229). Sum of RGB (Red+Green+Blue) = 224+206+229=659 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.99% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0CEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CEE5 is #1F311A. Grayscale: #D5D5D5. Windows color (decimal): -2044187 or 15060704. OLE color: 15060704.

HSL color Cylindrical-coordinate representation of color #E0CEE5: hue angle of 286.96º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0CEE5 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 206 229 -
CMYK 0.02 0.10 0 0.10
HSL 286.96º 0.31% 0.85% -
HSV(B) 286.96º 0.1% 0.9% -
XYZ 66.95 65.65 83.27 -
YUV 214 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 224 206 229 0.02 0.10 0 0.10 286.96 0.31 0.85
Hex E0 CE E5 2 A 0 A 11F 1F 55
Octal 340 316 345 2 12 0 12 437 37 125
Binary 11100000 11001110 11100101 10 1010 0 1010 100011111 11111 1010101

Color Harmonies of #E0CEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CEE5

Black with #E0CEE5

Text Example


Text Example

White with #E0CEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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