#E7CBED

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

Shades of Blue Chalk #E7CBED

Tints of Blue Chalk #E7CBED

Color information

#E7CBED (or 0xE7CBED) is unknown color: approx Blue Chalk. HEX triplet: E7, CB and ED. RGB value is (231,203,237). Sum of RGB (Red+Green+Blue) = 231+203+237=671 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.43% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7CBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CBED is #183412. Grayscale: #D7D7D7. Windows color (decimal): -1586195 or 15584231. OLE color: 15584231.

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

Color convert

RGB231203237-
CMYK0.030.1400.07
HSL289.41º48.57%86.27%-
HSV(B)289.41º14.35%92.94%-
XYZ69.665.8289.16-
YUV215.25140.28139.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.43%
GREEN value IS 203 (79.69% from 255) = 30.25%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=34.43%
G=30.25%
B=35.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2312032370.030.1400.07289.4148.5786.27
HexE7CBED3E071213156
Octal3473133553160744161126
Binary11100111110010111110110111111001111001000011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CBED; }

 p { color: rgb(231,203,237); }

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

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

 a { background-color: rgb(231,203,237); }

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

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

 span { border-color: rgb(231,203,237); }

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