#E0CCE5

Color #E0CCE5 Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #E0CCE5

Tints of Blue Chalk #E0CCE5

Color information

#E0CCE5 (or 0xE0CCE5) is unknown color: approx Blue Chalk. HEX triplet: E0, CC and E5. RGB value is (224,204,229). Sum of RGB (Red+Green+Blue) = 224+204+229=657 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.09% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0CCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CCE5 is #1F331A. Grayscale: #D4D4D4. Windows color (decimal): -2044699 or 15060192. OLE color: 15060192.

HSL color Cylindrical-coordinate representation of color #E0CCE5: hue angle of 288º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0CCE5 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224204229-
CMYK0.020.1100.10
HSL288º32.47%84.9%-
HSV(B)288º10.92%89.8%-
XYZ66.4864.6983.11-
YUV212.83137.13135.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.09%
GREEN value IS 204 (80.08% from 255) = 31.05%
BLUE value IS 229 (89.84% from 255) = 34.86%
R=34.09%
G=31.05%
B=34.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2242042290.020.1100.1028832.4784.9
HexE0CCE52B0A1202055
Octal34031434521301244040125
Binary111000001100110011100101101011010101001000001000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCE5; }

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

 H1.HeaderClassName
 {
   color: #E0CCE5;
 }
 .AnyTagClassName
 {
   color: #E0CCE5;
 }
</style>
background-color css

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

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

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

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

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

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