Html Css Color HEX #E0CCEC Blue Chalk

📋 copy color: '#E0CCEC'

red 224 ◦ green 204 ◦ blue 236

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

Shades of Blue Chalk #E0CCEC

Tints of Blue Chalk #E0CCEC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.72%

 BLUE value IS 236 (92.58% from 255) = 35.54%

R = 33.73%
G = 30.72%
B = 35.54%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E0CCEC (or 0xE0CCEC) is known color: Blue Chalk. HEX triplet: E0, CC and EC. RGB value is (224,204,236). Sum of RGB (Red+Green+Blue) = 224+204+236=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CCEC is #1F3313. Grayscale: #D5D5D5. Windows color (decimal): -2044692 or 15518944. OLE color: 15518944.

HSL color Cylindrical-coordinate representation of color #E0CCEC: hue angle of 277.5º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0CCEC is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 204 236 -
CMYK 0.05 0.14 0 0.07
HSL 277.5º 0.46% 0.86% -
HSV(B) 277.5º 0.14% 0.93% -
XYZ 67.47 65.09 88.36 -
YUV 213.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 224 204 236 0.05 0.14 0 0.07 277.5 0.46 0.86
Hex E0 CC EC 5 E 0 7 116 2E 56
Octal 340 314 354 5 16 0 7 426 56 126
Binary 11100000 11001100 11101100 101 1110 0 111 100010110 101110 1010110

Color Harmonies of #E0CCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CCEC

Black with #E0CCEC

Text Example


Text Example

White with #E0CCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CCEC; }

 p { color: rgb(224,204,236); }

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

background-color css

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

 a { background-color: rgb(224,204,236); }

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

border-color css

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

 span { border-color: rgb(224,204,236); }

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