Html Css Color HEX #E8DAFB Blue Chalk

📋 copy color: '#E8DAFB'

red 232 ◦ green 218 ◦ blue 251

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

Shades of Blue Chalk #E8DAFB

Tints of Blue Chalk #E8DAFB

RGB

 RED value IS 232 (91.02% from 255) = 33.1%

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

 BLUE value IS 251 (98.44% from 255) = 35.81%

R = 33.1%
G = 31.1%
B = 35.81%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E8DAFB (or 0xE8DAFB) is known color: Blue Chalk. HEX triplet: E8, DA and FB. RGB value is (232,218,251). Sum of RGB (Red+Green+Blue) = 232+218+251=701 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.10% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8DAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DAFB is #172504. Grayscale: #E1E1E1. Windows color (decimal): -1516805 or 16505576. OLE color: 16505576.

HSL color Cylindrical-coordinate representation of color #E8DAFB: hue angle of 265.45º degrees, saturation: 0.8, 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 #E8DAFB is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 232 218 251 -
CMYK 0.08 0.13 0 0.02
HSL 265.45º 0.8% 0.92% -
HSV(B) 265.45º 0.13% 0.98% -
XYZ 75.76 74.26 101.61 -
YUV 225.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 232 218 251 0.08 0.13 0 0.02 265.45 0.8 0.92
Hex E8 DA FB 8 D 0 2 109 50 5C
Octal 350 332 373 10 15 0 2 411 120 134
Binary 11101000 11011010 11111011 1000 1101 0 10 100001001 1010000 1011100

Color Harmonies of #E8DAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DAFB

Black with #E8DAFB

Text Example


Text Example

White with #E8DAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DAFB; }

 p { color: rgb(232,218,251); }

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

background-color css

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

 a { background-color: rgb(232,218,251); }

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

border-color css

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

 span { border-color: rgb(232,218,251); }

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