#E5CBEE

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

Shades of Blue Chalk #E5CBEE

Tints of Blue Chalk #E5CBEE

Color information

#E5CBEE (or 0xE5CBEE) is unknown color: approx Blue Chalk. HEX triplet: E5, CB and EE. RGB value is (229,203,238). Sum of RGB (Red+Green+Blue) = 229+203+238=670 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.18% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CBEE is #1A3411. Grayscale: #D6D6D6. Windows color (decimal): -1717266 or 15649765. OLE color: 15649765.

HSL color Cylindrical-coordinate representation of color #E5CBEE: hue angle of 284.57º 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 #E5CBEE is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229203238-
CMYK0.040.1500.07
HSL284.57º50.72%86.47%-
HSV(B)284.57º14.71%93.33%-
XYZ69.165.5489.9-
YUV214.76141.11138.15-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.18%
GREEN value IS 203 (79.69% from 255) = 30.30%
BLUE value IS 238 (93.36% from 255) = 35.52%
R=34.18%
G=30.30%
B=35.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292032380.040.1500.07284.5750.7286.47
HexE5CBEE4F0711d3356
Octal3453133564170743563126
Binary111001011100101111101110100111101111000111011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CBEE; }

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

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

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

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

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

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

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

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