#E9CDF7

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

Shades of Blue Chalk #E9CDF7

Tints of Blue Chalk #E9CDF7

Color information

#E9CDF7 (or 0xE9CDF7) is unknown color: approx Blue Chalk. HEX triplet: E9, CD and F7. RGB value is (233,205,247). Sum of RGB (Red+Green+Blue) = 233+205+247=685 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.01% from 685); Green value is 205 (80.47% from 255 or 29.93% from 685); Blue value is 247 (96.88% from 255 or 36.06% from 685); Max value from RGB is 247 - color contains mainly: blue. Hex color #E9CDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CDF7 is #163208. Grayscale: #DADADA. Windows color (decimal): -1454601 or 16240105. OLE color: 16240105.

HSL color Cylindrical-coordinate representation of color #E9CDF7: hue angle of 280º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E9CDF7 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB233205247-
CMYK0.060.1700.03
HSL280º72.41%88.63%-
HSV(B)280º17%96.86%-
XYZ72.2267.797.26-
YUV218.16144.28138.58-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.01%
GREEN value IS 205 (80.47% from 255) = 29.93%
BLUE value IS 247 (96.88% from 255) = 36.06%
R=34.01%
G=29.93%
B=36.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2332052470.060.1700.0328072.4188.63
HexE9CDF7611031184859
Octal35131536762103430110131
Binary1110100111001101111101111101000101110001100010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDF7; }

 p { color: rgb(233,205,247); }

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

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

 a { background-color: rgb(233,205,247); }

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

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

 span { border-color: rgb(233,205,247); }

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