#E8DAEE

Color #E8DAEE Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #E8DAEE

Tints of Blue Chalk #E8DAEE

Color information

#E8DAEE (or 0xE8DAEE) is unknown color: approx Blue Chalk. HEX triplet: E8, DA and EE. RGB value is (232,218,238). Sum of RGB (Red+Green+Blue) = 232+218+238=688 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.72% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8DAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DAEE is #172511. Grayscale: #E0E0E0. Windows color (decimal): -1516818 or 15653608. OLE color: 15653608.

HSL color Cylindrical-coordinate representation of color #E8DAEE: hue angle of 282º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8DAEE is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232218238-
CMYK0.030.0800.07
HSL282º37.04%89.41%-
HSV(B)282º8.4%93.33%-
XYZ73.7873.4791.18-
YUV224.47135.64133.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.72%
GREEN value IS 218 (85.55% from 255) = 31.69%
BLUE value IS 238 (93.36% from 255) = 34.59%
R=33.72%
G=31.69%
B=34.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322182380.030.0800.0728237.0489.41
HexE8DAEE380711a2559
Octal3503323563100743245131
Binary11101000110110101110111011100001111000110101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DAEE; }

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

 H1.HeaderClassName
 {
   color: #E8DAEE;
 }
 .AnyTagClassName
 {
   color: #E8DAEE;
 }
</style>
background-color css

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

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

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

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

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

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