Html Css Color HEX #E8D1F9 Blue Chalk

📋 copy color: '#E8D1F9'

red 232 ◦ green 209 ◦ blue 249

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

Shades of Blue Chalk #E8D1F9

Tints of Blue Chalk #E8D1F9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.29%

 BLUE value IS 249 (97.66% from 255) = 36.09%

R = 33.62%
G = 30.29%
B = 36.09%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E8D1F9 (or 0xE8D1F9) is known color: Blue Chalk. HEX triplet: E8, D1 and F9. RGB value is (232,209,249). Sum of RGB (Red+Green+Blue) = 232+209+249=690 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.62% from 690); Green value is 209 (82.03% from 255 or 30.29% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 249 - color contains mainly: blue. Hex color #E8D1F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D1F9 is #172E06. Grayscale: #DCDCDC. Windows color (decimal): -1519111 or 16372200. OLE color: 16372200.

HSL color Cylindrical-coordinate representation of color #E8D1F9: hue angle of 274.5º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E8D1F9 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 232 209 249 -
CMYK 0.07 0.16 0 0.02
HSL 274.5º 0.77% 0.9% -
HSV(B) 274.5º 0.16% 0.98% -
XYZ 73.18 69.6 99.2 -
YUV 220.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 232 209 249 0.07 0.16 0 0.02 274.5 0.77 0.9
Hex E8 D1 F9 7 10 0 2 112 4D 5A
Octal 350 321 371 7 20 0 2 422 115 132
Binary 11101000 11010001 11111001 111 10000 0 10 100010010 1001101 1011010

Color Harmonies of #E8D1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D1F9

Black with #E8D1F9

Text Example


Text Example

White with #E8D1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D1F9; }

 p { color: rgb(232,209,249); }

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

background-color css

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

 a { background-color: rgb(232,209,249); }

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

border-color css

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

 span { border-color: rgb(232,209,249); }

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