#E2CBEE

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

Shades of Blue Chalk #E2CBEE

Tints of Blue Chalk #E2CBEE

Color information

#E2CBEE (or 0xE2CBEE) is unknown color: approx Blue Chalk. HEX triplet: E2, CB and EE. RGB value is (226,203,238). Sum of RGB (Red+Green+Blue) = 226+203+238=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CBEE is #1D3411. Grayscale: #D5D5D5. Windows color (decimal): -1913874 or 15649762. OLE color: 15649762.

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

Color convert

RGB226203238-
CMYK0.050.1500.07
HSL279.43º50.72%86.47%-
HSV(B)279.43º14.71%93.33%-
XYZ68.1565.0589.85-
YUV213.87141.62136.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.88%
GREEN value IS 203 (79.69% from 255) = 30.43%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=33.88%
G=30.43%
B=35.68%

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
Decimal2262032380.050.1500.07279.4350.7286.47
HexE2CBEE5F071173356
Octal3423133565170742763126
Binary111000101100101111101110101111101111000101111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CBEE; }

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

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

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

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

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

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

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

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