Html Css Color HEX #E9D5FA Blue Chalk

📋 copy color: '#E9D5FA'

red 233 ◦ green 213 ◦ blue 250

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

Shades of Blue Chalk #E9D5FA

Tints of Blue Chalk #E9D5FA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.6%

 BLUE value IS 250 (98.05% from 255) = 35.92%

R = 33.48%
G = 30.6%
B = 35.92%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E9D5FA (or 0xE9D5FA) is known color: Blue Chalk. HEX triplet: E9, D5 and FA. RGB value is (233,213,250). Sum of RGB (Red+Green+Blue) = 233+213+250=696 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.48% from 696); Green value is 213 (83.59% from 255 or 30.60% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9D5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D5FA is #162A05. Grayscale: #DFDFDF. Windows color (decimal): -1452550 or 16438761. OLE color: 16438761.

HSL color Cylindrical-coordinate representation of color #E9D5FA: hue angle of 272.43º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9D5FA is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 213 250 -
CMYK 0.07 0.15 0 0.02
HSL 272.43º 0.79% 0.91% -
HSV(B) 272.43º 0.15% 0.98% -
XYZ 74.65 71.81 100.37 -
YUV 223.2 143.13 134.99 -
System Red Green Blue C M Y K H S L
Decimal 233 213 250 0.07 0.15 0 0.02 272.43 0.79 0.91
Hex E9 D5 FA 7 F 0 2 110 4F 5B
Octal 351 325 372 7 17 0 2 420 117 133
Binary 11101001 11010101 11111010 111 1111 0 10 100010000 1001111 1011011

Color Harmonies of #E9D5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D5FA

Black with #E9D5FA

Text Example


Text Example

White with #E9D5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D5FA; }

 p { color: rgb(233,213,250); }

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

background-color css

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

 a { background-color: rgb(233,213,250); }

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

border-color css

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

 span { border-color: rgb(233,213,250); }

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