#E4CBED

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

Shades of Blue Chalk #E4CBED

Tints of Blue Chalk #E4CBED

Color information

#E4CBED (or 0xE4CBED) is unknown color: approx Blue Chalk. HEX triplet: E4, CB and ED. RGB value is (228,203,237). Sum of RGB (Red+Green+Blue) = 228+203+237=668 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.13% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4CBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CBED is #1B3412. Grayscale: #D6D6D6. Windows color (decimal): -1782803 or 15584228. OLE color: 15584228.

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

Color convert

RGB228203237-
CMYK0.040.1400.07
HSL284.12º48.57%86.27%-
HSV(B)284.12º14.35%92.94%-
XYZ68.6465.3289.11-
YUV214.35140.78137.74-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.13%
GREEN value IS 203 (79.69% from 255) = 30.39%
BLUE value IS 237 (92.97% from 255) = 35.48%
R=34.13%
G=30.39%
B=35.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2282032370.040.1400.07284.1248.5786.27
HexE4CBED4E0711c3156
Octal3443133554160743461126
Binary111001001100101111101101100111001111000111001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CBED; }

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

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

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

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

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

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

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

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