Html Css Color HEX #E2D4F1 Blue Chalk

📋 copy color: '#E2D4F1'

red 226 ◦ green 212 ◦ blue 241

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

Shades of Blue Chalk #E2D4F1

Tints of Blue Chalk #E2D4F1

RGB

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

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

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

R = 33.28%
G = 31.22%
B = 35.49%

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

#E2D4F1 (or 0xE2D4F1) is known color: Blue Chalk. HEX triplet: E2, D4 and F1. RGB value is (226,212,241). Sum of RGB (Red+Green+Blue) = 226+212+241=679 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.28% from 679); Green value is 212 (83.20% from 255 or 31.22% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2D4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D4F1 is #1D2B0E. Grayscale: #DBDBDB. Windows color (decimal): -1911567 or 15848674. OLE color: 15848674.

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

Color convert

RGB 226 212 241 -
CMYK 0.06 0.12 0 0.05
HSL 268.97º 0.51% 0.89% -
HSV(B) 268.97º 0.12% 0.95% -
XYZ 70.78 69.61 92.92 -
YUV 219.49 140.14 132.64 -
System Red Green Blue C M Y K H S L
Decimal 226 212 241 0.06 0.12 0 0.05 268.97 0.51 0.89
Hex E2 D4 F1 6 C 0 5 10D 33 59
Octal 342 324 361 6 14 0 5 415 63 131
Binary 11100010 11010100 11110001 110 1100 0 101 100001101 110011 1011001

Color Harmonies of #E2D4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D4F1

Black with #E2D4F1

Text Example


Text Example

White with #E2D4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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