Html Css Color HEX #E7D9EB Blue Chalk

📋 copy color: '#E7D9EB'

red 231 ◦ green 217 ◦ blue 235

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

Shades of Blue Chalk #E7D9EB

Tints of Blue Chalk #E7D9EB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.77%

 BLUE value IS 235 (92.19% from 255) = 34.41%

R = 33.82%
G = 31.77%
B = 34.41%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E7D9EB (or 0xE7D9EB) is known color: Blue Chalk. HEX triplet: E7, D9 and EB. RGB value is (231,217,235). Sum of RGB (Red+Green+Blue) = 231+217+235=683 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.82% from 683); Green value is 217 (85.16% from 255 or 31.77% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7D9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D9EB is #182614. Grayscale: #DFDFDF. Windows color (decimal): -1582613 or 15456743. OLE color: 15456743.

HSL color Cylindrical-coordinate representation of color #E7D9EB: hue angle of 286.67º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E7D9EB is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 217 235 -
CMYK 0.02 0.08 0 0.08
HSL 286.67º 0.31% 0.89% -
HSV(B) 286.67º 0.08% 0.92% -
XYZ 72.76 72.61 88.78 -
YUV 223.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 231 217 235 0.02 0.08 0 0.08 286.67 0.31 0.89
Hex E7 D9 EB 2 8 0 8 11F 1F 59
Octal 347 331 353 2 10 0 10 437 37 131
Binary 11100111 11011001 11101011 10 1000 0 1000 100011111 11111 1011001

Color Harmonies of #E7D9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D9EB

Black with #E7D9EB

Text Example


Text Example

White with #E7D9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D9EB; }

 p { color: rgb(231,217,235); }

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

background-color css

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

 a { background-color: rgb(231,217,235); }

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

border-color css

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

 span { border-color: rgb(231,217,235); }

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