Html Css Color HEX #E0C2EF Blue Chalk

📋 copy color: '#E0C2EF'

red 224 ◦ green 194 ◦ blue 239

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

Shades of Blue Chalk #E0C2EF

Tints of Blue Chalk #E0C2EF

RGB

 RED value IS 224 (87.89% from 255) = 34.09%

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

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

R = 34.09%
G = 29.53%
B = 36.38%

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

#E0C2EF (or 0xE0C2EF) is known color: Blue Chalk. HEX triplet: E0, C2 and EF. RGB value is (224,194,239). Sum of RGB (Red+Green+Blue) = 224+194+239=657 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.09% from 657); Green value is 194 (76.17% from 255 or 29.53% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0C2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C2EF is #1F3D10. Grayscale: #CFCFCF. Windows color (decimal): -2047249 or 15712992. OLE color: 15712992.

HSL color Cylindrical-coordinate representation of color #E0C2EF: hue angle of 280º 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 #E0C2EF is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 194 239 -
CMYK 0.06 0.19 0 0.06
HSL 280º 0.58% 0.85% -
HSV(B) 280º 0.19% 0.94% -
XYZ 65.61 60.66 89.91 -
YUV 208.1 145.44 139.34 -
System Red Green Blue C M Y K H S L
Decimal 224 194 239 0.06 0.19 0 0.06 280 0.58 0.85
Hex E0 C2 EF 6 13 0 6 118 3A 55
Octal 340 302 357 6 23 0 6 430 72 125
Binary 11100000 11000010 11101111 110 10011 0 110 100011000 111010 1010101

Color Harmonies of #E0C2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C2EF

Black with #E0C2EF

Text Example


Text Example

White with #E0C2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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