Html Css Color HEX #E9D8FE Blue Chalk

📋 copy color: '#E9D8FE'

red 233 ◦ green 216 ◦ blue 254

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

Shades of Blue Chalk #E9D8FE

Tints of Blue Chalk #E9D8FE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 30.73%

 BLUE value IS 254 (99.61% from 255) = 36.13%

R = 33.14%
G = 30.73%
B = 36.13%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E9D8FE (or 0xE9D8FE) is known color: Blue Chalk. HEX triplet: E9, D8 and FE. RGB value is (233,216,254). Sum of RGB (Red+Green+Blue) = 233+216+254=703 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.14% from 703); Green value is 216 (84.77% from 255 or 30.73% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9D8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D8FE is #162701. Grayscale: #E1E1E1. Windows color (decimal): -1451778 or 16701673. OLE color: 16701673.

HSL color Cylindrical-coordinate representation of color #E9D8FE: hue angle of 266.84º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9D8FE is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 233 216 254 -
CMYK 0.08 0.15 0 0.00
HSL 266.84º 0.95% 0.92% -
HSV(B) 266.84º 0.15% 1% -
XYZ 76.05 73.59 103.96 -
YUV 225.42 144.13 133.41 -
System Red Green Blue C M Y K H S L
Decimal 233 216 254 0.08 0.15 0 0.00 266.84 0.95 0.92
Hex E9 D8 FE 8 F 0 0 10B 5F 5C
Octal 351 330 376 10 17 0 0 413 137 134
Binary 11101001 11011000 11111110 1000 1111 0 0 100001011 1011111 1011100

Color Harmonies of #E9D8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D8FE

Black with #E9D8FE

Text Example


Text Example

White with #E9D8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D8FE; }

 p { color: rgb(233,216,254); }

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

background-color css

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

 a { background-color: rgb(233,216,254); }

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

border-color css

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

 span { border-color: rgb(233,216,254); }

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