#E0CBF1

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

Shades of Blue Chalk #E0CBF1

Tints of Blue Chalk #E0CBF1

Color information

#E0CBF1 (or 0xE0CBF1) is unknown color: approx Blue Chalk. HEX triplet: E0, CB and F1. RGB value is (224,203,241). Sum of RGB (Red+Green+Blue) = 224+203+241=668 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.53% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0CBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CBF1 is #1F340E. Grayscale: #D5D5D5. Windows color (decimal): -2044943 or 15846368. OLE color: 15846368.

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

Color convert

RGB224203241-
CMYK0.070.1600.05
HSL273.16º57.58%87.06%-
HSV(B)273.16º15.77%94.51%-
XYZ67.9764.9192.17-
YUV213.61143.46135.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.53%
GREEN value IS 203 (79.69% from 255) = 30.39%
BLUE value IS 241 (94.53% from 255) = 36.08%
R=33.53%
G=30.39%
B=36.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242032410.070.1600.05273.1657.5887.06
HexE0CBF1710051113a57
Octal3403133617200542172127
Binary1110000011001011111100011111000001011000100011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CBF1; }

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

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

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

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

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

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

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

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