Html Css Color HEX #E7D5EF Blue Chalk

📋 copy color: '#E7D5EF'

red 231 ◦ green 213 ◦ blue 239

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

Shades of Blue Chalk #E7D5EF

Tints of Blue Chalk #E7D5EF

RGB

 RED value IS 231 (90.63% from 255) = 33.82%

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

 BLUE value IS 239 (93.75% from 255) = 34.99%

R = 33.82%
G = 31.19%
B = 34.99%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E7D5EF (or 0xE7D5EF) is known color: Blue Chalk. HEX triplet: E7, D5 and EF. RGB value is (231,213,239). Sum of RGB (Red+Green+Blue) = 231+213+239=683 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.82% from 683); Green value is 213 (83.59% from 255 or 31.19% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7D5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D5EF is #182A10. Grayscale: #DDDDDD. Windows color (decimal): -1583633 or 15717863. OLE color: 15717863.

HSL color Cylindrical-coordinate representation of color #E7D5EF: hue angle of 281.54º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7D5EF is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 231 213 239 -
CMYK 0.03 0.11 0 0.06
HSL 281.54º 0.45% 0.89% -
HSV(B) 281.54º 0.11% 0.94% -
XYZ 72.33 70.81 91.52 -
YUV 221.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 231 213 239 0.03 0.11 0 0.06 281.54 0.45 0.89
Hex E7 D5 EF 3 B 0 6 11A 2D 59
Octal 347 325 357 3 13 0 6 432 55 131
Binary 11100111 11010101 11101111 11 1011 0 110 100011010 101101 1011001

Color Harmonies of #E7D5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D5EF

Black with #E7D5EF

Text Example


Text Example

White with #E7D5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D5EF; }

 p { color: rgb(231,213,239); }

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

background-color css

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

 a { background-color: rgb(231,213,239); }

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

border-color css

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

 span { border-color: rgb(231,213,239); }

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