#E5CDEB

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

Shades of Blue Chalk #E5CDEB

Tints of Blue Chalk #E5CDEB

Color information

#E5CDEB (or 0xE5CDEB) is unknown color: approx Blue Chalk. HEX triplet: E5, CD and EB. RGB value is (229,205,235). Sum of RGB (Red+Green+Blue) = 229+205+235=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5CDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CDEB is #1A3214. Grayscale: #D7D7D7. Windows color (decimal): -1716757 or 15453669. OLE color: 15453669.

HSL color Cylindrical-coordinate representation of color #E5CDEB: hue angle of 288º 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 #E5CDEB is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229205235-
CMYK0.030.1300.08
HSL288º42.86%86.27%-
HSV(B)288º12.77%92.16%-
XYZ69.1466.3287.75-
YUV215.6138.95137.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.23%
GREEN value IS 205 (80.47% from 255) = 30.64%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=34.23%
G=30.64%
B=35.13%

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
Decimal2292052350.030.1300.0828842.8686.27
HexE5CDEB3D081202b56
Octal34531535331501044053126
Binary111001011100110111101011111101010001001000001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CDEB; }

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

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

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

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

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

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

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

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