#E1CDE6

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

Shades of Blue Chalk #E1CDE6

Tints of Blue Chalk #E1CDE6

Color information

#E1CDE6 (or 0xE1CDE6) is unknown color: approx Blue Chalk. HEX triplet: E1, CD and E6. RGB value is (225,205,230). Sum of RGB (Red+Green+Blue) = 225+205+230=660 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.09% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1CDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDE6 is #1E3219. Grayscale: #D5D5D5. Windows color (decimal): -1978906 or 15125985. OLE color: 15125985.

HSL color Cylindrical-coordinate representation of color #E1CDE6: hue angle of 288º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1CDE6 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB225205230-
CMYK0.020.1100.10
HSL288º33.33%85.29%-
HSV(B)288º10.87%90.2%-
XYZ67.1765.3883.94-
YUV213.83137.13135.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.09%
GREEN value IS 205 (80.47% from 255) = 31.06%
BLUE value IS 230 (90.23% from 255) = 34.85%
R=34.09%
G=31.06%
B=34.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2252052300.020.1100.1028833.3385.29
HexE1CDE62B0A1202155
Octal34131534621301244041125
Binary111000011100110111100110101011010101001000001000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDE6; }

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

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

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

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

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

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

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

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