Html Css Color HEX #E9DAFD Blue Chalk

📋 copy color: '#E9DAFD'

red 233 ◦ green 218 ◦ blue 253

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

Shades of Blue Chalk #E9DAFD

Tints of Blue Chalk #E9DAFD

RGB

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

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

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

R = 33.1%
G = 30.97%
B = 35.94%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E9DAFD (or 0xE9DAFD) is known color: Blue Chalk. HEX triplet: E9, DA and FD. RGB value is (233,218,253). Sum of RGB (Red+Green+Blue) = 233+218+253=704 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.10% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9DAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DAFD is #162502. Grayscale: #E2E2E2. Windows color (decimal): -1451267 or 16636649. OLE color: 16636649.

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

Color convert

RGB 233 218 253 -
CMYK 0.08 0.14 0 0.01
HSL 265.71º 0.9% 0.92% -
HSV(B) 265.71º 0.14% 0.99% -
XYZ 76.41 74.56 103.29 -
YUV 226.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 233 218 253 0.08 0.14 0 0.01 265.71 0.9 0.92
Hex E9 DA FD 8 E 0 1 10A 5A 5C
Octal 351 332 375 10 16 0 1 412 132 134
Binary 11101001 11011010 11111101 1000 1110 0 1 100001010 1011010 1011100

Color Harmonies of #E9DAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DAFD

Black with #E9DAFD

Text Example


Text Example

White with #E9DAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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