#E7CDED

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

Shades of Blue Chalk #E7CDED

Tints of Blue Chalk #E7CDED

Color information

#E7CDED (or 0xE7CDED) is unknown color: approx Blue Chalk. HEX triplet: E7, CD and ED. RGB value is (231,205,237). Sum of RGB (Red+Green+Blue) = 231+205+237=673 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.32% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7CDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CDED is #183212. Grayscale: #D8D8D8. Windows color (decimal): -1585683 or 15584743. OLE color: 15584743.

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

Color convert

RGB231205237-
CMYK0.030.1400.07
HSL288.75º47.06%86.67%-
HSV(B)288.75º13.5%92.94%-
XYZ70.0766.7789.31-
YUV216.42139.61138.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.32%
GREEN value IS 205 (80.47% from 255) = 30.46%
BLUE value IS 237 (92.97% from 255) = 35.22%
R=34.32%
G=30.46%
B=35.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2312052370.030.1400.07288.7547.0686.67
HexE7CDED3E071212f57
Octal3473153553160744157127
Binary11100111110011011110110111111001111001000011011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDED; }

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

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

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

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

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

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

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

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