Html Css Color HEX #E8DAEE Blue Chalk

📋 copy color: '#E8DAEE'

red 232 ◦ green 218 ◦ blue 238

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

Shades of Blue Chalk #E8DAEE

Tints of Blue Chalk #E8DAEE

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 value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E8DAEE (or 0xE8DAEE) is known color: 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

RGB 232 218 238 -
CMYK 0.03 0.08 0 0.07
HSL 282º 0.37% 0.89% -
HSV(B) 282º 0.08% 0.93% -
XYZ 73.78 73.47 91.18 -
YUV 224.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 232 218 238 0.03 0.08 0 0.07 282 0.37 0.89
Hex E8 DA EE 3 8 0 7 11A 25 59
Octal 350 332 356 3 10 0 7 432 45 131
Binary 11101000 11011010 11101110 11 1000 0 111 100011010 100101 1011001

Color Harmonies of #E8DAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DAEE

Black with #E8DAEE

Text Example


Text Example

White with #E8DAEE

Text Example


Text Example

HTML Codes & Css Web 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>