Html Css Color HEX #E8DAF4 Blue Chalk

📋 copy color: '#E8DAF4'

red 232 ◦ green 218 ◦ blue 244

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

Shades of Blue Chalk #E8DAF4

Tints of Blue Chalk #E8DAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 35.16%

R = 33.43%
G = 31.41%
B = 35.16%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E8DAF4 (or 0xE8DAF4) is known color: Blue Chalk. HEX triplet: E8, DA and F4. RGB value is (232,218,244). Sum of RGB (Red+Green+Blue) = 232+218+244=694 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.43% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 244 (95.70% from 255 or 35.16% from 694); Max value from RGB is 244 - color contains mainly: blue. Hex color #E8DAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DAF4 is #17250B. Grayscale: #E1E1E1. Windows color (decimal): -1516812 or 16046824. OLE color: 16046824.

HSL color Cylindrical-coordinate representation of color #E8DAF4: hue angle of 272.31º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E8DAF4 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 232 218 244 -
CMYK 0.05 0.11 0 0.04
HSL 272.31º 0.54% 0.91% -
HSV(B) 272.31º 0.11% 0.96% -
XYZ 74.68 73.83 95.9 -
YUV 225.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 232 218 244 0.05 0.11 0 0.04 272.31 0.54 0.91
Hex E8 DA F4 5 B 0 4 110 36 5B
Octal 350 332 364 5 13 0 4 420 66 133
Binary 11101000 11011010 11110100 101 1011 0 100 100010000 110110 1011011

Color Harmonies of #E8DAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DAF4

Black with #E8DAF4

Text Example


Text Example

White with #E8DAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DAF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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