Html Css Color HEX #E4C5EC Blue Chalk

📋 copy color: '#E4C5EC'

red 228 ◦ green 197 ◦ blue 236

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

Shades of Blue Chalk #E4C5EC

Tints of Blue Chalk #E4C5EC

RGB

 RED value IS 228 (89.45% from 255) = 34.49%

 GREEN value IS 197 (77.34% from 255) = 29.8%

 BLUE value IS 236 (92.58% from 255) = 35.7%

R = 34.49%
G = 29.8%
B = 35.7%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E4C5EC (or 0xE4C5EC) is known color: Blue Chalk. HEX triplet: E4, C5 and EC. RGB value is (228,197,236). Sum of RGB (Red+Green+Blue) = 228+197+236=661 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.49% from 661); Green value is 197 (77.34% from 255 or 29.80% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4C5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C5EC is #1B3A13. Grayscale: #D2D2D2. Windows color (decimal): -1784340 or 15517156. OLE color: 15517156.

HSL color Cylindrical-coordinate representation of color #E4C5EC: hue angle of 287.69º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E4C5EC is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 197 236 -
CMYK 0.03 0.17 0 0.07
HSL 287.69º 0.51% 0.85% -
HSV(B) 287.69º 0.17% 0.93% -
XYZ 67.1 62.48 87.88 -
YUV 210.72 142.27 140.33 -
System Red Green Blue C M Y K H S L
Decimal 228 197 236 0.03 0.17 0 0.07 287.69 0.51 0.85
Hex E4 C5 EC 3 11 0 7 120 33 55
Octal 344 305 354 3 21 0 7 440 63 125
Binary 11100100 11000101 11101100 11 10001 0 111 100100000 110011 1010101

Color Harmonies of #E4C5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4C5EC

Black with #E4C5EC

Text Example


Text Example

White with #E4C5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4C5EC; }

 p { color: rgb(228,197,236); }

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

background-color css

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

 a { background-color: rgb(228,197,236); }

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

border-color css

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

 span { border-color: rgb(228,197,236); }

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