Html Css Color HEX #E1CBEF Blue Chalk

📋 copy color: '#E1CBEF'

red 225 ◦ green 203 ◦ blue 239

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

Shades of Blue Chalk #E1CBEF

Tints of Blue Chalk #E1CBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.83%

R = 33.73%
G = 30.43%
B = 35.83%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E1CBEF (or 0xE1CBEF) is known color: Blue Chalk. HEX triplet: E1, CB and EF. RGB value is (225,203,239). Sum of RGB (Red+Green+Blue) = 225+203+239=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1CBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CBEF is #1E3410. Grayscale: #D5D5D5. Windows color (decimal): -1979409 or 15715297. OLE color: 15715297.

HSL color Cylindrical-coordinate representation of color #E1CBEF: hue angle of 276.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1CBEF is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 203 239 -
CMYK 0.06 0.15 0 0.06
HSL 276.67º 0.53% 0.87% -
HSV(B) 276.67º 0.15% 0.94% -
XYZ 67.99 64.95 90.61 -
YUV 213.68 142.29 136.07 -
System Red Green Blue C M Y K H S L
Decimal 225 203 239 0.06 0.15 0 0.06 276.67 0.53 0.87
Hex E1 CB EF 6 F 0 6 115 35 57
Octal 341 313 357 6 17 0 6 425 65 127
Binary 11100001 11001011 11101111 110 1111 0 110 100010101 110101 1010111

Color Harmonies of #E1CBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CBEF

Black with #E1CBEF

Text Example


Text Example

White with #E1CBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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