Html Css Color HEX #E1BDEC Blue Chalk

📋 copy color: '#E1BDEC'

red 225 ◦ green 189 ◦ blue 236

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

Shades of Blue Chalk #E1BDEC

Tints of Blue Chalk #E1BDEC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.08%

 BLUE value IS 236 (92.58% from 255) = 36.31%

R = 34.62%
G = 29.08%
B = 36.31%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E1BDEC (or 0xE1BDEC) is known color: Blue Chalk. HEX triplet: E1, BD and EC. RGB value is (225,189,236). Sum of RGB (Red+Green+Blue) = 225+189+236=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1BDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BDEC is #1E4213. Grayscale: #CCCCCC. Windows color (decimal): -1982996 or 15515105. OLE color: 15515105.

HSL color Cylindrical-coordinate representation of color #E1BDEC: hue angle of 285.96º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1BDEC is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 189 236 -
CMYK 0.05 0.20 0 0.07
HSL 285.96º 0.55% 0.83% -
HSV(B) 285.96º 0.2% 0.93% -
XYZ 64.39 58.46 87.25 -
YUV 205.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 225 189 236 0.05 0.20 0 0.07 285.96 0.55 0.83
Hex E1 BD EC 5 14 0 7 11E 37 53
Octal 341 275 354 5 24 0 7 436 67 123
Binary 11100001 10111101 11101100 101 10100 0 111 100011110 110111 1010011

Color Harmonies of #E1BDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BDEC

Black with #E1BDEC

Text Example


Text Example

White with #E1BDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BDEC; }

 p { color: rgb(225,189,236); }

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

background-color css

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

 a { background-color: rgb(225,189,236); }

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

border-color css

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

 span { border-color: rgb(225,189,236); }

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