Html Css Color HEX #E0C3EF Blue Chalk

📋 copy color: '#E0C3EF'

red 224 ◦ green 195 ◦ blue 239

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

Shades of Blue Chalk #E0C3EF

Tints of Blue Chalk #E0C3EF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.64%

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

R = 34.04%
G = 29.64%
B = 36.32%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E0C3EF (or 0xE0C3EF) is known color: Blue Chalk. HEX triplet: E0, C3 and EF. RGB value is (224,195,239). Sum of RGB (Red+Green+Blue) = 224+195+239=658 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.04% from 658); Green value is 195 (76.56% from 255 or 29.64% 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 #E0C3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C3EF is #1F3C10. Grayscale: #D0D0D0. Windows color (decimal): -2046993 or 15713248. OLE color: 15713248.

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

Color convert

RGB 224 195 239 -
CMYK 0.06 0.18 0 0.06
HSL 279.55º 0.58% 0.85% -
HSV(B) 279.55º 0.18% 0.94% -
XYZ 65.84 61.11 89.99 -
YUV 208.69 145.11 138.92 -
System Red Green Blue C M Y K H S L
Decimal 224 195 239 0.06 0.18 0 0.06 279.55 0.58 0.85
Hex E0 C3 EF 6 12 0 6 118 3A 55
Octal 340 303 357 6 22 0 6 430 72 125
Binary 11100000 11000011 11101111 110 10010 0 110 100011000 111010 1010101

Color Harmonies of #E0C3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C3EF

Black with #E0C3EF

Text Example


Text Example

White with #E0C3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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