Html Css Color HEX #E5C4EF Blue Chalk

📋 copy color: '#E5C4EF'

red 229 ◦ green 196 ◦ blue 239

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

Shades of Blue Chalk #E5C4EF

Tints of Blue Chalk #E5C4EF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.52%

 BLUE value IS 239 (93.75% from 255) = 35.99%

R = 34.49%
G = 29.52%
B = 35.99%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E5C4EF (or 0xE5C4EF) is known color: Blue Chalk. HEX triplet: E5, C4 and EF. RGB value is (229,196,239). Sum of RGB (Red+Green+Blue) = 229+196+239=664 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.49% from 664); Green value is 196 (76.95% from 255 or 29.52% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5C4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C4EF is #1A3B10. Grayscale: #D2D2D2. Windows color (decimal): -1719057 or 15713509. OLE color: 15713509.

HSL color Cylindrical-coordinate representation of color #E5C4EF: hue angle of 286.05º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5C4EF is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 196 239 -
CMYK 0.04 0.18 0 0.06
HSL 286.05º 0.57% 0.85% -
HSV(B) 286.05º 0.18% 0.94% -
XYZ 67.63 62.37 90.14 -
YUV 210.77 143.93 141 -
System Red Green Blue C M Y K H S L
Decimal 229 196 239 0.04 0.18 0 0.06 286.05 0.57 0.85
Hex E5 C4 EF 4 12 0 6 11E 39 55
Octal 345 304 357 4 22 0 6 436 71 125
Binary 11100101 11000100 11101111 100 10010 0 110 100011110 111001 1010101

Color Harmonies of #E5C4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C4EF

Black with #E5C4EF

Text Example


Text Example

White with #E5C4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C4EF; }

 p { color: rgb(229,196,239); }

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

background-color css

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

 a { background-color: rgb(229,196,239); }

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

border-color css

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

 span { border-color: rgb(229,196,239); }

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