#E4CDEB

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

Shades of Blue Chalk #E4CDEB

Tints of Blue Chalk #E4CDEB

Color information

#E4CDEB (or 0xE4CDEB) is unknown color: approx Blue Chalk. HEX triplet: E4, CD and EB. RGB value is (228,205,235). Sum of RGB (Red+Green+Blue) = 228+205+235=668 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.13% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 235 - color contains mainly: blue. Hex color #E4CDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CDEB is #1B3214. Grayscale: #D7D7D7. Windows color (decimal): -1782293 or 15453668. OLE color: 15453668.

HSL color Cylindrical-coordinate representation of color #E4CDEB: hue angle of 286º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E4CDEB is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228205235-
CMYK0.030.1300.08
HSL286º42.86%86.27%-
HSV(B)286º12.77%92.16%-
XYZ68.8266.1587.74-
YUV215.3139.12137.06-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.13%
GREEN value IS 205 (80.47% from 255) = 30.69%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=34.13%
G=30.69%
B=35.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2282052350.030.1300.0828642.8686.27
HexE4CDEB3D0811e2b56
Octal34431535331501043653126
Binary111001001100110111101011111101010001000111101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CDEB; }

 p { color: rgb(228,205,235); }

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

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

 a { background-color: rgb(228,205,235); }

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

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

 span { border-color: rgb(228,205,235); }

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