Html Css Color HEX #E8D9F5 Blue Chalk

📋 copy color: '#E8D9F5'

red 232 ◦ green 217 ◦ blue 245

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

Shades of Blue Chalk #E8D9F5

Tints of Blue Chalk #E8D9F5

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.27%

 BLUE value IS 245 (96.09% from 255) = 35.3%

R = 33.43%
G = 31.27%
B = 35.3%

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

#E8D9F5 (or 0xE8D9F5) is known color: Blue Chalk. HEX triplet: E8, D9 and F5. RGB value is (232,217,245). Sum of RGB (Red+Green+Blue) = 232+217+245=694 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.43% from 694); Green value is 217 (85.16% from 255 or 31.27% from 694); Blue value is 245 (96.09% from 255 or 35.30% from 694); Max value from RGB is 245 - color contains mainly: blue. Hex color #E8D9F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D9F5 is #17260A. Grayscale: #E0E0E0. Windows color (decimal): -1517067 or 16112104. OLE color: 16112104.

HSL color Cylindrical-coordinate representation of color #E8D9F5: hue angle of 272.14º degrees, saturation: 0.58, 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 #E8D9F5 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 232 217 245 -
CMYK 0.05 0.11 0 0.04
HSL 272.14º 0.58% 0.91% -
HSV(B) 272.14º 0.11% 0.96% -
XYZ 74.57 73.37 96.62 -
YUV 224.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 232 217 245 0.05 0.11 0 0.04 272.14 0.58 0.91
Hex E8 D9 F5 5 B 0 4 110 3A 5B
Octal 350 331 365 5 13 0 4 420 72 133
Binary 11101000 11011001 11110101 101 1011 0 100 100010000 111010 1011011

Color Harmonies of #E8D9F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D9F5

Black with #E8D9F5

Text Example


Text Example

White with #E8D9F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D9F5; }

 p { color: rgb(232,217,245); }

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

background-color css

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

 a { background-color: rgb(232,217,245); }

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

border-color css

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

 span { border-color: rgb(232,217,245); }

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