Html Css Color HEX #E5C8FA Blue Chalk

📋 copy color: '#E5C8FA'

red 229 ◦ green 200 ◦ blue 250

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

Shades of Blue Chalk #E5C8FA

Tints of Blue Chalk #E5C8FA

RGB

 RED value IS 229 (89.84% from 255) = 33.73%

 GREEN value IS 200 (78.52% from 255) = 29.46%

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

R = 33.73%
G = 29.46%
B = 36.82%

CMYK

 C value IS 0.08

 M value IS 0.2

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5C8FA (or 0xE5C8FA) is known color: Blue Chalk. HEX triplet: E5, C8 and FA. RGB value is (229,200,250). Sum of RGB (Red+Green+Blue) = 229+200+250=679 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.73% from 679); Green value is 200 (78.52% from 255 or 29.46% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5C8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C8FA is #1A3705. Grayscale: #D6D6D6. Windows color (decimal): -1718022 or 16435429. OLE color: 16435429.

HSL color Cylindrical-coordinate representation of color #E5C8FA: hue angle of 274.8º 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 #E5C8FA is Cyan = 0.08, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 200 250 -
CMYK 0.08 0.2 0 0.02
HSL 274.8º 0.83% 0.88% -
HSV(B) 274.8º 0.2% 0.98% -
XYZ 70.22 64.87 99.26 -
YUV 214.37 148.11 138.43 -
System Red Green Blue C M Y K H S L
Decimal 229 200 250 0.08 0.2 0 0.02 274.8 0.83 0.88
Hex E5 C8 FA 8 14 0 2 113 53 58
Octal 345 310 372 10 24 0 2 423 123 130
Binary 11100101 11001000 11111010 1000 10100 0 10 100010011 1010011 1011000

Color Harmonies of #E5C8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C8FA

Black with #E5C8FA

Text Example


Text Example

White with #E5C8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C8FA; }

 p { color: rgb(229,200,250); }

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

background-color css

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

 a { background-color: rgb(229,200,250); }

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

border-color css

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

 span { border-color: rgb(229,200,250); }

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