Html Css Color HEX #E9D7FD Blue Chalk

📋 copy color: '#E9D7FD'

red 233 ◦ green 215 ◦ blue 253

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

Shades of Blue Chalk #E9D7FD

Tints of Blue Chalk #E9D7FD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 30.67%

 BLUE value IS 253 (99.22% from 255) = 36.09%

R = 33.24%
G = 30.67%
B = 36.09%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E9D7FD (or 0xE9D7FD) is known color: Blue Chalk. HEX triplet: E9, D7 and FD. RGB value is (233,215,253). Sum of RGB (Red+Green+Blue) = 233+215+253=701 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.24% from 701); Green value is 215 (84.38% from 255 or 30.67% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9D7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D7FD is #162802. Grayscale: #E0E0E0. Windows color (decimal): -1452035 or 16635881. OLE color: 16635881.

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

Color convert

RGB 233 215 253 -
CMYK 0.08 0.15 0 0.01
HSL 268.42º 0.9% 0.92% -
HSV(B) 268.42º 0.15% 0.99% -
XYZ 75.63 73.02 103.04 -
YUV 224.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 233 215 253 0.08 0.15 0 0.01 268.42 0.9 0.92
Hex E9 D7 FD 8 F 0 1 10C 5A 5C
Octal 351 327 375 10 17 0 1 414 132 134
Binary 11101001 11010111 11111101 1000 1111 0 1 100001100 1011010 1011100

Color Harmonies of #E9D7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D7FD

Black with #E9D7FD

Text Example


Text Example

White with #E9D7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D7FD; }

 p { color: rgb(233,215,253); }

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

background-color css

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

 a { background-color: rgb(233,215,253); }

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

border-color css

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

 span { border-color: rgb(233,215,253); }

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