Html Css Color HEX #E8DAF0 Blue Chalk

📋 copy color: '#E8DAF0'

red 232 ◦ green 218 ◦ blue 240

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

Shades of Blue Chalk #E8DAF0

Tints of Blue Chalk #E8DAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.78%

R = 33.62%
G = 31.59%
B = 34.78%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E8DAF0 (or 0xE8DAF0) is known color: Blue Chalk. HEX triplet: E8, DA and F0. RGB value is (232,218,240). Sum of RGB (Red+Green+Blue) = 232+218+240=690 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.62% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 240 - color contains mainly: blue. Hex color #E8DAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DAF0 is #17250F. Grayscale: #E0E0E0. Windows color (decimal): -1516816 or 15784680. OLE color: 15784680.

HSL color Cylindrical-coordinate representation of color #E8DAF0: hue angle of 278.18º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8DAF0 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 232 218 240 -
CMYK 0.03 0.09 0 0.06
HSL 278.18º 0.42% 0.9% -
HSV(B) 278.18º 0.09% 0.94% -
XYZ 74.08 73.59 92.74 -
YUV 224.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 232 218 240 0.03 0.09 0 0.06 278.18 0.42 0.9
Hex E8 DA F0 3 9 0 6 116 2A 5A
Octal 350 332 360 3 11 0 6 426 52 132
Binary 11101000 11011010 11110000 11 1001 0 110 100010110 101010 1011010

Color Harmonies of #E8DAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DAF0

Black with #E8DAF0

Text Example


Text Example

White with #E8DAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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