Html Css Color HEX #E1C3EB Blue Chalk

📋 copy color: '#E1C3EB'

red 225 ◦ green 195 ◦ blue 235

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

Shades of Blue Chalk #E1C3EB

Tints of Blue Chalk #E1C3EB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.77%

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

R = 34.35%
G = 29.77%
B = 35.88%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1C3EB (or 0xE1C3EB) is known color: Blue Chalk. HEX triplet: E1, C3 and EB. RGB value is (225,195,235). Sum of RGB (Red+Green+Blue) = 225+195+235=655 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.35% from 655); Green value is 195 (76.56% from 255 or 29.77% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1C3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C3EB is #1E3C14. Grayscale: #D0D0D0. Windows color (decimal): -1981461 or 15451105. OLE color: 15451105.

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

Color convert

RGB 225 195 235 -
CMYK 0.04 0.17 0 0.08
HSL 285º 0.5% 0.84% -
HSV(B) 285º 0.17% 0.92% -
XYZ 65.56 61.04 86.92 -
YUV 208.53 142.94 139.75 -
System Red Green Blue C M Y K H S L
Decimal 225 195 235 0.04 0.17 0 0.08 285 0.5 0.84
Hex E1 C3 EB 4 11 0 8 11D 32 54
Octal 341 303 353 4 21 0 10 435 62 124
Binary 11100001 11000011 11101011 100 10001 0 1000 100011101 110010 1010100

Color Harmonies of #E1C3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C3EB

Black with #E1C3EB

Text Example


Text Example

White with #E1C3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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