Html Css Color HEX #E0C0EE Blue Chalk

📋 copy color: '#E0C0EE'

red 224 ◦ green 192 ◦ blue 238

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

Shades of Blue Chalk #E0C0EE

Tints of Blue Chalk #E0C0EE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.36%

 BLUE value IS 238 (93.36% from 255) = 36.39%

R = 34.25%
G = 29.36%
B = 36.39%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E0C0EE (or 0xE0C0EE) is known color: Blue Chalk. HEX triplet: E0, C0 and EE. RGB value is (224,192,238). Sum of RGB (Red+Green+Blue) = 224+192+238=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 192 (75.39% from 255 or 29.36% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0C0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C0EE is #1F3F11. Grayscale: #CECECE. Windows color (decimal): -2047762 or 15646944. OLE color: 15646944.

HSL color Cylindrical-coordinate representation of color #E0C0EE: hue angle of 281.74º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E0C0EE is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 192 238 -
CMYK 0.06 0.19 0 0.07
HSL 281.74º 0.58% 0.84% -
HSV(B) 281.74º 0.19% 0.93% -
XYZ 65.02 59.72 88.99 -
YUV 206.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 224 192 238 0.06 0.19 0 0.07 281.74 0.58 0.84
Hex E0 C0 EE 6 13 0 7 11A 3A 54
Octal 340 300 356 6 23 0 7 432 72 124
Binary 11100000 11000000 11101110 110 10011 0 111 100011010 111010 1010100

Color Harmonies of #E0C0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C0EE

Black with #E0C0EE

Text Example


Text Example

White with #E0C0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C0EE; }

 p { color: rgb(224,192,238); }

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

background-color css

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

 a { background-color: rgb(224,192,238); }

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

border-color css

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

 span { border-color: rgb(224,192,238); }

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