#E5C2F1

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

Shades of Blue Chalk #E5C2F1

Tints of Blue Chalk #E5C2F1

Color information

#E5C2F1 (or 0xE5C2F1) is unknown color: approx Blue Chalk. HEX triplet: E5, C2 and F1. RGB value is (229,194,241). Sum of RGB (Red+Green+Blue) = 229+194+241=664 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.49% from 664); Green value is 194 (76.17% from 255 or 29.22% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5C2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C2F1 is #1A3D0E. Grayscale: #D1D1D1. Windows color (decimal): -1719567 or 15844069. OLE color: 15844069.

HSL color Cylindrical-coordinate representation of color #E5C2F1: hue angle of 284.68º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5C2F1 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229194241-
CMYK0.050.2000.05
HSL284.68º62.67%85.29%-
HSV(B)284.68º19.5%94.51%-
XYZ67.4861.5991.55-
YUV209.82145.6141.68-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.49%
GREEN value IS 194 (76.17% from 255) = 29.22%
BLUE value IS 241 (94.53% from 255) = 36.30%
R=34.49%
G=29.22%
B=36.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2291942410.050.2000.05284.6862.6785.29
HexE5C2F15140511d3f55
Octal3453023615240543577125
Binary1110010111000010111100011011010001011000111011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C2F1; }

 p { color: rgb(229,194,241); }

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

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

 a { background-color: rgb(229,194,241); }

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

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

 span { border-color: rgb(229,194,241); }

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