Html Css Color HEX #E8D4F1 Blue Chalk

📋 copy color: '#E8D4F1'

red 232 ◦ green 212 ◦ blue 241

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

Shades of Blue Chalk #E8D4F1

Tints of Blue Chalk #E8D4F1

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.95%

 BLUE value IS 241 (94.53% from 255) = 35.18%

R = 33.87%
G = 30.95%
B = 35.18%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E8D4F1 (or 0xE8D4F1) is known color: Blue Chalk. HEX triplet: E8, D4 and F1. RGB value is (232,212,241). Sum of RGB (Red+Green+Blue) = 232+212+241=685 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.87% from 685); Green value is 212 (83.20% from 255 or 30.95% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8D4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D4F1 is #172B0E. Grayscale: #DDDDDD. Windows color (decimal): -1518351 or 15848680. OLE color: 15848680.

HSL color Cylindrical-coordinate representation of color #E8D4F1: hue angle of 281.38º degrees, saturation: 0.51, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8D4F1 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 232 212 241 -
CMYK 0.04 0.12 0 0.05
HSL 281.38º 0.51% 0.89% -
HSV(B) 281.38º 0.12% 0.95% -
XYZ 72.7 70.59 93.01 -
YUV 221.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 232 212 241 0.04 0.12 0 0.05 281.38 0.51 0.89
Hex E8 D4 F1 4 C 0 5 119 33 59
Octal 350 324 361 4 14 0 5 431 63 131
Binary 11101000 11010100 11110001 100 1100 0 101 100011001 110011 1011001

Color Harmonies of #E8D4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D4F1

Black with #E8D4F1

Text Example


Text Example

White with #E8D4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D4F1; }

 p { color: rgb(232,212,241); }

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

background-color css

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

 a { background-color: rgb(232,212,241); }

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

border-color css

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

 span { border-color: rgb(232,212,241); }

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