Html Css Color HEX #E2BDEC Blue Chalk

📋 copy color: '#E2BDEC'

red 226 ◦ green 189 ◦ blue 236

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

Shades of Blue Chalk #E2BDEC

Tints of Blue Chalk #E2BDEC

RGB

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

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

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

R = 34.72%
G = 29.03%
B = 36.25%

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

#E2BDEC (or 0xE2BDEC) is known color: Blue Chalk. HEX triplet: E2, BD and EC. RGB value is (226,189,236). Sum of RGB (Red+Green+Blue) = 226+189+236=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2BDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BDEC is #1D4213. Grayscale: #CDCDCD. Windows color (decimal): -1917460 or 15515106. OLE color: 15515106.

HSL color Cylindrical-coordinate representation of color #E2BDEC: hue angle of 287.23º 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 #E2BDEC is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 189 236 -
CMYK 0.04 0.20 0 0.07
HSL 287.23º 0.55% 0.83% -
HSV(B) 287.23º 0.2% 0.93% -
XYZ 64.7 58.62 87.26 -
YUV 205.42 145.26 142.68 -
System Red Green Blue C M Y K H S L
Decimal 226 189 236 0.04 0.20 0 0.07 287.23 0.55 0.83
Hex E2 BD EC 4 14 0 7 11F 37 53
Octal 342 275 354 4 24 0 7 437 67 123
Binary 11100010 10111101 11101100 100 10100 0 111 100011111 110111 1010011

Color Harmonies of #E2BDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BDEC

Black with #E2BDEC

Text Example


Text Example

White with #E2BDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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