#E0CCF1

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

Shades of Blue Chalk #E0CCF1

Tints of Blue Chalk #E0CCF1

Color information

#E0CCF1 (or 0xE0CCF1) is unknown color: approx Blue Chalk. HEX triplet: E0, CC and F1. RGB value is (224,204,241). Sum of RGB (Red+Green+Blue) = 224+204+241=669 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.48% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0CCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CCF1 is #1F330E. Grayscale: #D6D6D6. Windows color (decimal): -2044687 or 15846624. OLE color: 15846624.

HSL color Cylindrical-coordinate representation of color #E0CCF1: hue angle of 272.43º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0CCF1 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224204241-
CMYK0.070.1500.05
HSL272.43º56.92%87.25%-
HSV(B)272.43º15.35%94.51%-
XYZ68.2165.3892.24-
YUV214.2143.13134.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.48%
GREEN value IS 204 (80.08% from 255) = 30.49%
BLUE value IS 241 (94.53% from 255) = 36.02%
R=33.48%
G=30.49%
B=36.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242042410.070.1500.05272.4356.9287.25
HexE0CCF17F051103957
Octal3403143617170542071127
Binary111000001100110011110001111111101011000100001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCF1; }

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

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

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

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

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

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

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

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