Html Css Color HEX #E2BDEB Blue Chalk

📋 copy color: '#E2BDEB'

red 226 ◦ green 189 ◦ blue 235

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

Shades of Blue Chalk #E2BDEB

Tints of Blue Chalk #E2BDEB

RGB

 RED value IS 226 (88.67% from 255) = 34.77%

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

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

R = 34.77%
G = 29.08%
B = 36.15%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E2BDEB (or 0xE2BDEB) is known color: Blue Chalk. HEX triplet: E2, BD and EB. RGB value is (226,189,235). Sum of RGB (Red+Green+Blue) = 226+189+235=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BDEB is #1D4214. Grayscale: #CDCDCD. Windows color (decimal): -1917461 or 15449570. OLE color: 15449570.

HSL color Cylindrical-coordinate representation of color #E2BDEB: hue angle of 288.26º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2BDEB is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 189 235 -
CMYK 0.04 0.20 0 0.08
HSL 288.26º 0.53% 0.83% -
HSV(B) 288.26º 0.2% 0.92% -
XYZ 64.56 58.56 86.5 -
YUV 205.31 144.76 142.76 -
System Red Green Blue C M Y K H S L
Decimal 226 189 235 0.04 0.20 0 0.08 288.26 0.53 0.83
Hex E2 BD EB 4 14 0 8 120 35 53
Octal 342 275 353 4 24 0 10 440 65 123
Binary 11100010 10111101 11101011 100 10100 0 1000 100100000 110101 1010011

Color Harmonies of #E2BDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BDEB

Black with #E2BDEB

Text Example


Text Example

White with #E2BDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BDEB; }

 p { color: rgb(226,189,235); }

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

background-color css

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

 a { background-color: rgb(226,189,235); }

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

border-color css

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

 span { border-color: rgb(226,189,235); }

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