Html Css Color HEX #E1CBF3 Blue Chalk

📋 copy color: '#E1CBF3'

red 225 ◦ green 203 ◦ blue 243

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

Shades of Blue Chalk #E1CBF3

Tints of Blue Chalk #E1CBF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.21%

R = 33.53%
G = 30.25%
B = 36.21%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E1CBF3 (or 0xE1CBF3) is known color: Blue Chalk. HEX triplet: E1, CB and F3. RGB value is (225,203,243). Sum of RGB (Red+Green+Blue) = 225+203+243=671 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.53% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 243 - color contains mainly: blue. Hex color #E1CBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CBF3 is #1E340C. Grayscale: #D5D5D5. Windows color (decimal): -1979405 or 15977441. OLE color: 15977441.

HSL color Cylindrical-coordinate representation of color #E1CBF3: hue angle of 273º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1CBF3 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 225 203 243 -
CMYK 0.07 0.16 0 0.05
HSL 273º 0.63% 0.87% -
HSV(B) 273º 0.16% 0.95% -
XYZ 68.58 65.19 93.76 -
YUV 214.14 144.29 135.75 -
System Red Green Blue C M Y K H S L
Decimal 225 203 243 0.07 0.16 0 0.05 273 0.63 0.87
Hex E1 CB F3 7 10 0 5 111 3E 57
Octal 341 313 363 7 20 0 5 421 76 127
Binary 11100001 11001011 11110011 111 10000 0 101 100010001 111110 1010111

Color Harmonies of #E1CBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CBF3

Black with #E1CBF3

Text Example


Text Example

White with #E1CBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CBF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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