#E1CDEF

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

Shades of Blue Chalk #E1CDEF

Tints of Blue Chalk #E1CDEF

Color information

#E1CDEF (or 0xE1CDEF) is unknown color: approx Blue Chalk. HEX triplet: E1, CD and EF. RGB value is (225,205,239). Sum of RGB (Red+Green+Blue) = 225+205+239=669 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.63% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1CDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDEF is #1E3210. Grayscale: #D6D6D6. Windows color (decimal): -1978897 or 15715809. OLE color: 15715809.

HSL color Cylindrical-coordinate representation of color #E1CDEF: hue angle of 275.29º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1CDEF is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225205239-
CMYK0.060.1400.06
HSL275.29º51.52%87.06%-
HSV(B)275.29º14.23%93.73%-
XYZ68.4665.990.77-
YUV214.86141.63135.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.63%
GREEN value IS 205 (80.47% from 255) = 30.64%
BLUE value IS 239 (93.75% from 255) = 35.72%
R=33.63%
G=30.64%
B=35.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252052390.060.1400.06275.2951.5287.06
HexE1CDEF6E061133457
Octal3413153576160642364127
Binary111000011100110111101111110111001101000100111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDEF; }

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

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

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

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

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

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

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

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