Html Css Color HEX #E1C2EF Blue Chalk

📋 copy color: '#E1C2EF'

red 225 ◦ green 194 ◦ blue 239

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

Shades of Blue Chalk #E1C2EF

Tints of Blue Chalk #E1C2EF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.48%

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

R = 34.19%
G = 29.48%
B = 36.32%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E1C2EF (or 0xE1C2EF) is known color: Blue Chalk. HEX triplet: E1, C2 and EF. RGB value is (225,194,239). Sum of RGB (Red+Green+Blue) = 225+194+239=658 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.19% from 658); Green value is 194 (76.17% from 255 or 29.48% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1C2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C2EF is #1E3D10. Grayscale: #D0D0D0. Windows color (decimal): -1981713 or 15712993. OLE color: 15712993.

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

Color convert

RGB 225 194 239 -
CMYK 0.06 0.19 0 0.06
HSL 281.33º 0.58% 0.85% -
HSV(B) 281.33º 0.19% 0.94% -
XYZ 65.92 60.82 89.93 -
YUV 208.4 145.27 139.84 -
System Red Green Blue C M Y K H S L
Decimal 225 194 239 0.06 0.19 0 0.06 281.33 0.58 0.85
Hex E1 C2 EF 6 13 0 6 119 3A 55
Octal 341 302 357 6 23 0 6 431 72 125
Binary 11100001 11000010 11101111 110 10011 0 110 100011001 111010 1010101

Color Harmonies of #E1C2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C2EF

Black with #E1C2EF

Text Example


Text Example

White with #E1C2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C2EF; }

 p { color: rgb(225,194,239); }

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

background-color css

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

 a { background-color: rgb(225,194,239); }

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

border-color css

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

 span { border-color: rgb(225,194,239); }

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