Html Css Color HEX #E9D6F1 Blue Chalk

📋 copy color: '#E9D6F1'

red 233 ◦ green 214 ◦ blue 241

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

Shades of Blue Chalk #E9D6F1

Tints of Blue Chalk #E9D6F1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.1%

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

R = 33.87%
G = 31.1%
B = 35.03%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E9D6F1 (or 0xE9D6F1) is known color: Blue Chalk. HEX triplet: E9, D6 and F1. RGB value is (233,214,241). Sum of RGB (Red+Green+Blue) = 233+214+241=688 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.87% from 688); Green value is 214 (83.98% from 255 or 31.10% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9D6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D6F1 is #16290E. Grayscale: #DEDEDE. Windows color (decimal): -1452303 or 15849193. OLE color: 15849193.

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

Color convert

RGB 233 214 241 -
CMYK 0.03 0.11 0 0.05
HSL 282.22º 0.49% 0.89% -
HSV(B) 282.22º 0.11% 0.95% -
XYZ 73.53 71.77 93.2 -
YUV 222.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 233 214 241 0.03 0.11 0 0.05 282.22 0.49 0.89
Hex E9 D6 F1 3 B 0 5 11A 31 59
Octal 351 326 361 3 13 0 5 432 61 131
Binary 11101001 11010110 11110001 11 1011 0 101 100011010 110001 1011001

Color Harmonies of #E9D6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D6F1

Black with #E9D6F1

Text Example


Text Example

White with #E9D6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D6F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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