#E3CDED

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

Shades of Blue Chalk #E3CDED

Tints of Blue Chalk #E3CDED

Color information

#E3CDED (or 0xE3CDED) is unknown color: approx Blue Chalk. HEX triplet: E3, CD and ED. RGB value is (227,205,237). Sum of RGB (Red+Green+Blue) = 227+205+237=669 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.93% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3CDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CDED is #1C3212. Grayscale: #D7D7D7. Windows color (decimal): -1847827 or 15584739. OLE color: 15584739.

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

Color convert

RGB227205237-
CMYK0.040.1400.07
HSL281.25º47.06%86.67%-
HSV(B)281.25º13.5%92.94%-
XYZ68.866.1189.25-
YUV215.23140.29136.4-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.93%
GREEN value IS 205 (80.47% from 255) = 30.64%
BLUE value IS 237 (92.97% from 255) = 35.43%
R=33.93%
G=30.64%
B=35.43%

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
Decimal2272052370.040.1400.07281.2547.0686.67
HexE3CDED4E071192f57
Octal3433153554160743157127
Binary111000111100110111101101100111001111000110011011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CDED; }

 p { color: rgb(227,205,237); }

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

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

 a { background-color: rgb(227,205,237); }

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

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

 span { border-color: rgb(227,205,237); }

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