Html Css Color HEX #E5C6EC Blue Chalk

📋 copy color: '#E5C6EC'

red 229 ◦ green 198 ◦ blue 236

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

Shades of Blue Chalk #E5C6EC

Tints of Blue Chalk #E5C6EC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.86%

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

R = 34.54%
G = 29.86%
B = 35.6%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E5C6EC (or 0xE5C6EC) is known color: Blue Chalk. HEX triplet: E5, C6 and EC. RGB value is (229,198,236). Sum of RGB (Red+Green+Blue) = 229+198+236=663 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.54% from 663); Green value is 198 (77.73% from 255 or 29.86% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5C6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C6EC is #1A3913. Grayscale: #D3D3D3. Windows color (decimal): -1718548 or 15517413. OLE color: 15517413.

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

Color convert

RGB 229 198 236 -
CMYK 0.03 0.16 0 0.07
HSL 288.95º 0.5% 0.85% -
HSV(B) 288.95º 0.16% 0.93% -
XYZ 67.65 63.1 87.97 -
YUV 211.6 141.77 140.41 -
System Red Green Blue C M Y K H S L
Decimal 229 198 236 0.03 0.16 0 0.07 288.95 0.5 0.85
Hex E5 C6 EC 3 10 0 7 121 32 55
Octal 345 306 354 3 20 0 7 441 62 125
Binary 11100101 11000110 11101100 11 10000 0 111 100100001 110010 1010101

Color Harmonies of #E5C6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C6EC

Black with #E5C6EC

Text Example


Text Example

White with #E5C6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C6EC; }

 p { color: rgb(229,198,236); }

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

background-color css

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

 a { background-color: rgb(229,198,236); }

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

border-color css

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

 span { border-color: rgb(229,198,236); }

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