Html Css Color HEX #E1C6EC Blue Chalk

📋 copy color: '#E1C6EC'

red 225 ◦ green 198 ◦ blue 236

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

Shades of Blue Chalk #E1C6EC

Tints of Blue Chalk #E1C6EC

RGB

 RED value IS 225 (88.28% from 255) = 34.14%

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

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

R = 34.14%
G = 30.05%
B = 35.81%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E1C6EC (or 0xE1C6EC) is known color: Blue Chalk. HEX triplet: E1, C6 and EC. RGB value is (225,198,236). Sum of RGB (Red+Green+Blue) = 225+198+236=659 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.14% from 659); Green value is 198 (77.73% from 255 or 30.05% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1C6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C6EC is #1E3913. Grayscale: #D2D2D2. Windows color (decimal): -1980692 or 15517409. OLE color: 15517409.

HSL color Cylindrical-coordinate representation of color #E1C6EC: hue angle of 282.63º 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 #E1C6EC is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 198 236 -
CMYK 0.05 0.16 0 0.07
HSL 282.63º 0.5% 0.85% -
HSV(B) 282.63º 0.16% 0.93% -
XYZ 66.39 62.45 87.91 -
YUV 210.41 142.45 138.41 -
System Red Green Blue C M Y K H S L
Decimal 225 198 236 0.05 0.16 0 0.07 282.63 0.5 0.85
Hex E1 C6 EC 5 10 0 7 11B 32 55
Octal 341 306 354 5 20 0 7 433 62 125
Binary 11100001 11000110 11101100 101 10000 0 111 100011011 110010 1010101

Color Harmonies of #E1C6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C6EC

Black with #E1C6EC

Text Example


Text Example

White with #E1C6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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