Html Css Color HEX #E2D3F1 Blue Chalk

📋 copy color: '#E2D3F1'

red 226 ◦ green 211 ◦ blue 241

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

Shades of Blue Chalk #E2D3F1

Tints of Blue Chalk #E2D3F1

RGB

 RED value IS 226 (88.67% from 255) = 33.33%

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

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

R = 33.33%
G = 31.12%
B = 35.55%

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

#E2D3F1 (or 0xE2D3F1) is known color: Blue Chalk. HEX triplet: E2, D3 and F1. RGB value is (226,211,241). Sum of RGB (Red+Green+Blue) = 226+211+241=678 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.33% from 678); Green value is 211 (82.81% from 255 or 31.12% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2D3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D3F1 is #1D2C0E. Grayscale: #DADADA. Windows color (decimal): -1911823 or 15848418. OLE color: 15848418.

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

Color convert

RGB 226 211 241 -
CMYK 0.06 0.12 0 0.05
HSL 270º 0.52% 0.89% -
HSV(B) 270º 0.12% 0.95% -
XYZ 70.54 69.11 92.84 -
YUV 218.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 226 211 241 0.06 0.12 0 0.05 270 0.52 0.89
Hex E2 D3 F1 6 C 0 5 10E 34 59
Octal 342 323 361 6 14 0 5 416 64 131
Binary 11100010 11010011 11110001 110 1100 0 101 100001110 110100 1011001

Color Harmonies of #E2D3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D3F1

Black with #E2D3F1

Text Example


Text Example

White with #E2D3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D3F1; }

 p { color: rgb(226,211,241); }

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

background-color css

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

 a { background-color: rgb(226,211,241); }

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

border-color css

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

 span { border-color: rgb(226,211,241); }

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