#E1CDEE

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

Shades of Blue Chalk #E1CDEE

Tints of Blue Chalk #E1CDEE

Color information

#E1CDEE (or 0xE1CDEE) is unknown color: approx Blue Chalk. HEX triplet: E1, CD and EE. RGB value is (225,205,238). Sum of RGB (Red+Green+Blue) = 225+205+238=668 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.68% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1CDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDEE is #1E3211. Grayscale: #D6D6D6. Windows color (decimal): -1978898 or 15650273. OLE color: 15650273.

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

Color convert

RGB225205238-
CMYK0.050.1400.07
HSL276.36º49.25%86.86%-
HSV(B)276.36º13.87%93.33%-
XYZ68.3265.8490-
YUV214.74141.13135.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.68%
GREEN value IS 205 (80.47% from 255) = 30.69%
BLUE value IS 238 (93.36% from 255) = 35.63%
R=33.68%
G=30.69%
B=35.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252052380.050.1400.07276.3649.2586.86
HexE1CDEE5E071143157
Octal3413153565160742461127
Binary111000011100110111101110101111001111000101001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDEE; }

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

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

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

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

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

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

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

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