Html Css Color HEX #E9DAFA Blue Chalk

📋 copy color: '#E9DAFA'

red 233 ◦ green 218 ◦ blue 250

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

Shades of Blue Chalk #E9DAFA

Tints of Blue Chalk #E9DAFA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.1%

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

R = 33.24%
G = 31.1%
B = 35.66%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E9DAFA (or 0xE9DAFA) is known color: Blue Chalk. HEX triplet: E9, DA and FA. RGB value is (233,218,250). Sum of RGB (Red+Green+Blue) = 233+218+250=701 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.24% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9DAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DAFA is #162505. Grayscale: #E2E2E2. Windows color (decimal): -1451270 or 16440041. OLE color: 16440041.

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

Color convert

RGB 233 218 250 -
CMYK 0.07 0.13 0 0.02
HSL 268.13º 0.76% 0.92% -
HSV(B) 268.13º 0.13% 0.98% -
XYZ 75.93 74.37 100.8 -
YUV 226.13 141.47 132.9 -
System Red Green Blue C M Y K H S L
Decimal 233 218 250 0.07 0.13 0 0.02 268.13 0.76 0.92
Hex E9 DA FA 7 D 0 2 10C 4C 5C
Octal 351 332 372 7 15 0 2 414 114 134
Binary 11101001 11011010 11111010 111 1101 0 10 100001100 1001100 1011100

Color Harmonies of #E9DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DAFA

Black with #E9DAFA

Text Example


Text Example

White with #E9DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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