Html Css Color HEX #E4D7F1 Blue Chalk

📋 copy color: '#E4D7F1'

red 228 ◦ green 215 ◦ blue 241

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

Shades of Blue Chalk #E4D7F1

Tints of Blue Chalk #E4D7F1

RGB

 RED value IS 228 (89.45% from 255) = 33.33%

 GREEN value IS 215 (84.38% from 255) = 31.43%

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

R = 33.33%
G = 31.43%
B = 35.23%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E4D7F1 (or 0xE4D7F1) is known color: Blue Chalk. HEX triplet: E4, D7 and F1. RGB value is (228,215,241). Sum of RGB (Red+Green+Blue) = 228+215+241=684 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.33% from 684); Green value is 215 (84.38% from 255 or 31.43% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: blue. Hex color #E4D7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D7F1 is #1B280E. Grayscale: #DDDDDD. Windows color (decimal): -1779727 or 15849444. OLE color: 15849444.

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

Color convert

RGB 228 215 241 -
CMYK 0.05 0.11 0 0.05
HSL 270º 0.48% 0.89% -
HSV(B) 270º 0.11% 0.95% -
XYZ 72.17 71.45 93.21 -
YUV 221.85 138.81 132.39 -
System Red Green Blue C M Y K H S L
Decimal 228 215 241 0.05 0.11 0 0.05 270 0.48 0.89
Hex E4 D7 F1 5 B 0 5 10E 30 59
Octal 344 327 361 5 13 0 5 416 60 131
Binary 11100100 11010111 11110001 101 1011 0 101 100001110 110000 1011001

Color Harmonies of #E4D7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D7F1

Black with #E4D7F1

Text Example


Text Example

White with #E4D7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D7F1; }

 p { color: rgb(228,215,241); }

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

background-color css

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

 a { background-color: rgb(228,215,241); }

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

border-color css

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

 span { border-color: rgb(228,215,241); }

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