Html Css Color HEX #E3D8E8 Blue Chalk

📋 copy color: '#E3D8E8'

red 227 ◦ green 216 ◦ blue 232

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

Shades of Blue Chalk #E3D8E8

Tints of Blue Chalk #E3D8E8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32%

 BLUE value IS 232 (91.02% from 255) = 34.37%

R = 33.63%
G = 32%
B = 34.37%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E3D8E8 (or 0xE3D8E8) is known color: Blue Chalk. HEX triplet: E3, D8 and E8. RGB value is (227,216,232). Sum of RGB (Red+Green+Blue) = 227+216+232=675 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.63% from 675); Green value is 216 (84.77% from 255 or 32% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 232 - color contains mainly: blue. Hex color #E3D8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D8E8 is #1C2717. Grayscale: #DDDDDD. Windows color (decimal): -1845016 or 15259875. OLE color: 15259875.

HSL color Cylindrical-coordinate representation of color #E3D8E8: hue angle of 281.25º degrees, saturation: 0.26, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E3D8E8 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 227 216 232 -
CMYK 0.02 0.07 0 0.09
HSL 281.25º 0.26% 0.88% -
HSV(B) 281.25º 0.07% 0.91% -
XYZ 70.8 71.27 86.37 -
YUV 221.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 227 216 232 0.02 0.07 0 0.09 281.25 0.26 0.88
Hex E3 D8 E8 2 7 0 9 119 1A 58
Octal 343 330 350 2 7 0 11 431 32 130
Binary 11100011 11011000 11101000 10 111 0 1001 100011001 11010 1011000

Color Harmonies of #E3D8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D8E8

Black with #E3D8E8

Text Example


Text Example

White with #E3D8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D8E8; }

 p { color: rgb(227,216,232); }

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

background-color css

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

 a { background-color: rgb(227,216,232); }

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

border-color css

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

 span { border-color: rgb(227,216,232); }

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