Html Css Color HEX #E1CBEB Blue Chalk

📋 copy color: '#E1CBEB'

red 225 ◦ green 203 ◦ blue 235

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

Shades of Blue Chalk #E1CBEB

Tints of Blue Chalk #E1CBEB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.62%

 BLUE value IS 235 (92.19% from 255) = 35.44%

R = 33.94%
G = 30.62%
B = 35.44%

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

#E1CBEB (or 0xE1CBEB) is known color: Blue Chalk. HEX triplet: E1, CB and EB. RGB value is (225,203,235). Sum of RGB (Red+Green+Blue) = 225+203+235=663 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.94% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CBEB is #1E3414. Grayscale: #D5D5D5. Windows color (decimal): -1979413 or 15453153. OLE color: 15453153.

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

Color convert

RGB 225 203 235 -
CMYK 0.04 0.14 0 0.08
HSL 281.25º 0.44% 0.86% -
HSV(B) 281.25º 0.14% 0.92% -
XYZ 67.4 64.72 87.54 -
YUV 213.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 225 203 235 0.04 0.14 0 0.08 281.25 0.44 0.86
Hex E1 CB EB 4 E 0 8 119 2C 56
Octal 341 313 353 4 16 0 10 431 54 126
Binary 11100001 11001011 11101011 100 1110 0 1000 100011001 101100 1010110

Color Harmonies of #E1CBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CBEB

Black with #E1CBEB

Text Example


Text Example

White with #E1CBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CBEB; }

 p { color: rgb(225,203,235); }

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

background-color css

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

 a { background-color: rgb(225,203,235); }

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

border-color css

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

 span { border-color: rgb(225,203,235); }

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