Html Css Color HEX #E3D5E9 Blue Chalk

📋 copy color: '#E3D5E9'

red 227 ◦ green 213 ◦ blue 233

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

Shades of Blue Chalk #E3D5E9

Tints of Blue Chalk #E3D5E9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.65%

 BLUE value IS 233 (91.41% from 255) = 34.62%

R = 33.73%
G = 31.65%
B = 34.62%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E3D5E9 (or 0xE3D5E9) is known color: Blue Chalk. HEX triplet: E3, D5 and E9. RGB value is (227,213,233). Sum of RGB (Red+Green+Blue) = 227+213+233=673 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.73% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 233 - color contains mainly: blue. Hex color #E3D5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D5E9 is #1C2A16. Grayscale: #DBDBDB. Windows color (decimal): -1845783 or 15324643. OLE color: 15324643.

HSL color Cylindrical-coordinate representation of color #E3D5E9: hue angle of 282º degrees, saturation: 0.31, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E3D5E9 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 227 213 233 -
CMYK 0.03 0.09 0 0.09
HSL 282º 0.31% 0.87% -
HSV(B) 282º 0.09% 0.91% -
XYZ 70.18 69.8 86.87 -
YUV 219.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 227 213 233 0.03 0.09 0 0.09 282 0.31 0.87
Hex E3 D5 E9 3 9 0 9 11A 1F 57
Octal 343 325 351 3 11 0 11 432 37 127
Binary 11100011 11010101 11101001 11 1001 0 1001 100011010 11111 1010111

Color Harmonies of #E3D5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D5E9

Black with #E3D5E9

Text Example


Text Example

White with #E3D5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D5E9; }

 p { color: rgb(227,213,233); }

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

background-color css

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

 a { background-color: rgb(227,213,233); }

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

border-color css

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

 span { border-color: rgb(227,213,233); }

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