Html Css Color HEX #E9D4F1 Blue Chalk

📋 copy color: '#E9D4F1'

red 233 ◦ green 212 ◦ blue 241

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

Shades of Blue Chalk #E9D4F1

Tints of Blue Chalk #E9D4F1

RGB

 RED value IS 233 (91.41% from 255) = 33.97%

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

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

R = 33.97%
G = 30.9%
B = 35.13%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E9D4F1 (or 0xE9D4F1) is known color: Blue Chalk. HEX triplet: E9, D4 and F1. RGB value is (233,212,241). Sum of RGB (Red+Green+Blue) = 233+212+241=686 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.97% from 686); Green value is 212 (83.20% from 255 or 30.90% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9D4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D4F1 is #162B0E. Grayscale: #DDDDDD. Windows color (decimal): -1452815 or 15848681. OLE color: 15848681.

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

Color convert

RGB 233 212 241 -
CMYK 0.03 0.12 0 0.05
HSL 283.45º 0.51% 0.89% -
HSV(B) 283.45º 0.12% 0.95% -
XYZ 73.02 70.76 93.03 -
YUV 221.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 233 212 241 0.03 0.12 0 0.05 283.45 0.51 0.89
Hex E9 D4 F1 3 C 0 5 11B 33 59
Octal 351 324 361 3 14 0 5 433 63 131
Binary 11101001 11010100 11110001 11 1100 0 101 100011011 110011 1011001

Color Harmonies of #E9D4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D4F1

Black with #E9D4F1

Text Example


Text Example

White with #E9D4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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