Html Css Color HEX #E8D3EF Blue Chalk

📋 copy color: '#E8D3EF'

red 232 ◦ green 211 ◦ blue 239

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

Shades of Blue Chalk #E8D3EF

Tints of Blue Chalk #E8D3EF

RGB

 RED value IS 232 (91.02% from 255) = 34.02%

 GREEN value IS 211 (82.81% from 255) = 30.94%

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

R = 34.02%
G = 30.94%
B = 35.04%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E8D3EF (or 0xE8D3EF) is known color: Blue Chalk. HEX triplet: E8, D3 and EF. RGB value is (232,211,239). Sum of RGB (Red+Green+Blue) = 232+211+239=682 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.02% from 682); Green value is 211 (82.81% from 255 or 30.94% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8D3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D3EF is #172C10. Grayscale: #DCDCDC. Windows color (decimal): -1518609 or 15717352. OLE color: 15717352.

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

Color convert

RGB 232 211 239 -
CMYK 0.03 0.12 0 0.06
HSL 285º 0.47% 0.88% -
HSV(B) 285º 0.12% 0.94% -
XYZ 72.15 69.98 91.37 -
YUV 220.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 232 211 239 0.03 0.12 0 0.06 285 0.47 0.88
Hex E8 D3 EF 3 C 0 6 11D 2F 58
Octal 350 323 357 3 14 0 6 435 57 130
Binary 11101000 11010011 11101111 11 1100 0 110 100011101 101111 1011000

Color Harmonies of #E8D3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D3EF

Black with #E8D3EF

Text Example


Text Example

White with #E8D3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D3EF; }

 p { color: rgb(232,211,239); }

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

background-color css

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

 a { background-color: rgb(232,211,239); }

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

border-color css

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

 span { border-color: rgb(232,211,239); }

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