Html Css Color HEX #E3BDED Blue Chalk

📋 copy color: '#E3BDED'

red 227 ◦ green 189 ◦ blue 237

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

Shades of Blue Chalk #E3BDED

Tints of Blue Chalk #E3BDED

RGB

 RED value IS 227 (89.06% from 255) = 34.76%

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

 BLUE value IS 237 (92.97% from 255) = 36.29%

R = 34.76%
G = 28.94%
B = 36.29%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E3BDED (or 0xE3BDED) is known color: Blue Chalk. HEX triplet: E3, BD and ED. RGB value is (227,189,237). Sum of RGB (Red+Green+Blue) = 227+189+237=653 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.76% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3BDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BDED is #1C4212. Grayscale: #CDCDCD. Windows color (decimal): -1851923 or 15580643. OLE color: 15580643.

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

Color convert

RGB 227 189 237 -
CMYK 0.04 0.20 0 0.07
HSL 287.5º 0.57% 0.84% -
HSV(B) 287.5º 0.2% 0.93% -
XYZ 65.16 58.84 88.04 -
YUV 205.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 227 189 237 0.04 0.20 0 0.07 287.5 0.57 0.84
Hex E3 BD ED 4 14 0 7 120 39 54
Octal 343 275 355 4 24 0 7 440 71 124
Binary 11100011 10111101 11101101 100 10100 0 111 100100000 111001 1010100

Color Harmonies of #E3BDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3BDED

Black with #E3BDED

Text Example


Text Example

White with #E3BDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3BDED; }

 p { color: rgb(227,189,237); }

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

background-color css

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

 a { background-color: rgb(227,189,237); }

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

border-color css

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

 span { border-color: rgb(227,189,237); }

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