#E5CDEE

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

Shades of Blue Chalk #E5CDEE

Tints of Blue Chalk #E5CDEE

Color information

#E5CDEE (or 0xE5CDEE) is unknown color: approx Blue Chalk. HEX triplet: E5, CD and EE. RGB value is (229,205,238). Sum of RGB (Red+Green+Blue) = 229+205+238=672 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.08% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5CDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CDEE is #1A3211. Grayscale: #D7D7D7. Windows color (decimal): -1716754 or 15650277. OLE color: 15650277.

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

Color convert

RGB229205238-
CMYK0.040.1400.07
HSL283.64º49.25%86.86%-
HSV(B)283.64º13.87%93.33%-
XYZ69.5866.4990.06-
YUV215.94140.45137.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.08%
GREEN value IS 205 (80.47% from 255) = 30.51%
BLUE value IS 238 (93.36% from 255) = 35.42%
R=34.08%
G=30.51%
B=35.42%

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
Decimal2292052380.040.1400.07283.6449.2586.86
HexE5CDEE4E0711c3157
Octal3453153564160743461127
Binary111001011100110111101110100111001111000111001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CDEE; }

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

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

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

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

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

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

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

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