Html Css Color HEX #E8C9FA Blue Chalk

📋 copy color: '#E8C9FA'

red 232 ◦ green 201 ◦ blue 250

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

Shades of Blue Chalk #E8C9FA

Tints of Blue Chalk #E8C9FA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29.43%

 BLUE value IS 250 (98.05% from 255) = 36.6%

R = 33.97%
G = 29.43%
B = 36.6%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E8C9FA (or 0xE8C9FA) is known color: Blue Chalk. HEX triplet: E8, C9 and FA. RGB value is (232,201,250). Sum of RGB (Red+Green+Blue) = 232+201+250=683 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.97% from 683); Green value is 201 (78.91% from 255 or 29.43% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8C9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C9FA is #173605. Grayscale: #D7D7D7. Windows color (decimal): -1521158 or 16435688. OLE color: 16435688.

HSL color Cylindrical-coordinate representation of color #E8C9FA: hue angle of 277.96º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8C9FA is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 232 201 250 -
CMYK 0.07 0.20 0 0.02
HSL 277.96º 0.83% 0.88% -
HSV(B) 277.96º 0.2% 0.98% -
XYZ 71.42 65.83 99.38 -
YUV 215.86 147.27 139.52 -
System Red Green Blue C M Y K H S L
Decimal 232 201 250 0.07 0.20 0 0.02 277.96 0.83 0.88
Hex E8 C9 FA 7 14 0 2 116 53 58
Octal 350 311 372 7 24 0 2 426 123 130
Binary 11101000 11001001 11111010 111 10100 0 10 100010110 1010011 1011000

Color Harmonies of #E8C9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C9FA

Black with #E8C9FA

Text Example


Text Example

White with #E8C9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C9FA; }

 p { color: rgb(232,201,250); }

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

background-color css

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

 a { background-color: rgb(232,201,250); }

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

border-color css

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

 span { border-color: rgb(232,201,250); }

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