Html Css Color HEX #E0C2EE Blue Chalk

📋 copy color: '#E0C2EE'

red 224 ◦ green 194 ◦ blue 238

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

Shades of Blue Chalk #E0C2EE

Tints of Blue Chalk #E0C2EE

RGB

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

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

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

R = 34.15%
G = 29.57%
B = 36.28%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E0C2EE (or 0xE0C2EE) is known color: Blue Chalk. HEX triplet: E0, C2 and EE. RGB value is (224,194,238). Sum of RGB (Red+Green+Blue) = 224+194+238=656 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.15% from 656); Green value is 194 (76.17% from 255 or 29.57% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0C2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C2EE is #1F3D11. Grayscale: #CFCFCF. Windows color (decimal): -2047250 or 15647456. OLE color: 15647456.

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

Color convert

RGB 224 194 238 -
CMYK 0.06 0.18 0 0.07
HSL 280.91º 0.56% 0.85% -
HSV(B) 280.91º 0.18% 0.93% -
XYZ 65.46 60.6 89.14 -
YUV 207.99 144.94 139.42 -
System Red Green Blue C M Y K H S L
Decimal 224 194 238 0.06 0.18 0 0.07 280.91 0.56 0.85
Hex E0 C2 EE 6 12 0 7 119 38 55
Octal 340 302 356 6 22 0 7 431 70 125
Binary 11100000 11000010 11101110 110 10010 0 111 100011001 111000 1010101

Color Harmonies of #E0C2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C2EE

Black with #E0C2EE

Text Example


Text Example

White with #E0C2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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