#E1CBEE

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

Shades of Blue Chalk #E1CBEE

Tints of Blue Chalk #E1CBEE

Color information

#E1CBEE (or 0xE1CBEE) is unknown color: approx Blue Chalk. HEX triplet: E1, CB and EE. RGB value is (225,203,238). Sum of RGB (Red+Green+Blue) = 225+203+238=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CBEE is #1E3411. Grayscale: #D5D5D5. Windows color (decimal): -1979410 or 15649761. OLE color: 15649761.

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

Color convert

RGB225203238-
CMYK0.050.1500.07
HSL277.71º50.72%86.47%-
HSV(B)277.71º14.71%93.33%-
XYZ67.8464.8989.84-
YUV213.57141.79136.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.78%
GREEN value IS 203 (79.69% from 255) = 30.48%
BLUE value IS 238 (93.36% from 255) = 35.74%
R=33.78%
G=30.48%
B=35.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252032380.050.1500.07277.7150.7286.47
HexE1CBEE5F071163356
Octal3413133565170742663126
Binary111000011100101111101110101111101111000101101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CBEE; }

 p { color: rgb(225,203,238); }

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

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

 a { background-color: rgb(225,203,238); }

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

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

 span { border-color: rgb(225,203,238); }

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