Html Css Color HEX #E3D4F1 Blue Chalk

📋 copy color: '#E3D4F1'

red 227 ◦ green 212 ◦ blue 241

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

Shades of Blue Chalk #E3D4F1

Tints of Blue Chalk #E3D4F1

RGB

 RED value IS 227 (89.06% from 255) = 33.38%

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

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

R = 33.38%
G = 31.18%
B = 35.44%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E3D4F1 (or 0xE3D4F1) is known color: Blue Chalk. HEX triplet: E3, D4 and F1. RGB value is (227,212,241). Sum of RGB (Red+Green+Blue) = 227+212+241=680 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.38% from 680); Green value is 212 (83.20% from 255 or 31.18% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #E3D4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D4F1 is #1C2B0E. Grayscale: #DBDBDB. Windows color (decimal): -1846031 or 15848675. OLE color: 15848675.

HSL color Cylindrical-coordinate representation of color #E3D4F1: hue angle of 271.03º 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 #E3D4F1 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 227 212 241 -
CMYK 0.06 0.12 0 0.05
HSL 271.03º 0.51% 0.89% -
HSV(B) 271.03º 0.12% 0.95% -
XYZ 71.1 69.77 92.94 -
YUV 219.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 227 212 241 0.06 0.12 0 0.05 271.03 0.51 0.89
Hex E3 D4 F1 6 C 0 5 10F 33 59
Octal 343 324 361 6 14 0 5 417 63 131
Binary 11100011 11010100 11110001 110 1100 0 101 100001111 110011 1011001

Color Harmonies of #E3D4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D4F1

Black with #E3D4F1

Text Example


Text Example

White with #E3D4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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