Html Css Color HEX #E5C7EF Blue Chalk

📋 copy color: '#E5C7EF'

red 229 ◦ green 199 ◦ blue 239

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

Shades of Blue Chalk #E5C7EF

Tints of Blue Chalk #E5C7EF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.84%

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

R = 34.33%
G = 29.84%
B = 35.83%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E5C7EF (or 0xE5C7EF) is known color: Blue Chalk. HEX triplet: E5, C7 and EF. RGB value is (229,199,239). Sum of RGB (Red+Green+Blue) = 229+199+239=667 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.33% from 667); Green value is 199 (78.12% from 255 or 29.84% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5C7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C7EF is #1A3810. Grayscale: #D4D4D4. Windows color (decimal): -1718289 or 15714277. OLE color: 15714277.

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

Color convert

RGB 229 199 239 -
CMYK 0.04 0.17 0 0.06
HSL 285º 0.56% 0.86% -
HSV(B) 285º 0.17% 0.94% -
XYZ 68.32 63.74 90.36 -
YUV 212.53 142.94 139.75 -
System Red Green Blue C M Y K H S L
Decimal 229 199 239 0.04 0.17 0 0.06 285 0.56 0.86
Hex E5 C7 EF 4 11 0 6 11D 38 56
Octal 345 307 357 4 21 0 6 435 70 126
Binary 11100101 11000111 11101111 100 10001 0 110 100011101 111000 1010110

Color Harmonies of #E5C7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C7EF

Black with #E5C7EF

Text Example


Text Example

White with #E5C7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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