Html Css Color HEX #E8D3F8 Blue Chalk

📋 copy color: '#E8D3F8'

red 232 ◦ green 211 ◦ blue 248

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

Shades of Blue Chalk #E8D3F8

Tints of Blue Chalk #E8D3F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.89%

R = 33.57%
G = 30.54%
B = 35.89%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E8D3F8 (or 0xE8D3F8) is known color: Blue Chalk. HEX triplet: E8, D3 and F8. RGB value is (232,211,248). Sum of RGB (Red+Green+Blue) = 232+211+248=691 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.57% from 691); Green value is 211 (82.81% from 255 or 30.54% from 691); Blue value is 248 (97.27% from 255 or 35.89% from 691); Max value from RGB is 248 - color contains mainly: blue. Hex color #E8D3F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D3F8 is #172C07. Grayscale: #DDDDDD. Windows color (decimal): -1518600 or 16307176. OLE color: 16307176.

HSL color Cylindrical-coordinate representation of color #E8D3F8: hue angle of 274.05º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8D3F8 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 232 211 248 -
CMYK 0.06 0.15 0 0.03
HSL 274.05º 0.73% 0.9% -
HSV(B) 274.05º 0.15% 0.97% -
XYZ 73.52 70.52 98.54 -
YUV 221.5 142.96 135.49 -
System Red Green Blue C M Y K H S L
Decimal 232 211 248 0.06 0.15 0 0.03 274.05 0.73 0.9
Hex E8 D3 F8 6 F 0 3 112 49 5A
Octal 350 323 370 6 17 0 3 422 111 132
Binary 11101000 11010011 11111000 110 1111 0 11 100010010 1001001 1011010

Color Harmonies of #E8D3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D3F8

Black with #E8D3F8

Text Example


Text Example

White with #E8D3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D3F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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