#E9CEFD

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

Shades of Blue Chalk #E9CEFD

Tints of Blue Chalk #E9CEFD

Color information

#E9CEFD (or 0xE9CEFD) is unknown color: approx Blue Chalk. HEX triplet: E9, CE and FD. RGB value is (233,206,253). Sum of RGB (Red+Green+Blue) = 233+206+253=692 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.67% from 692); Green value is 206 (80.86% from 255 or 29.77% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9CEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CEFD is #163102. Grayscale: #DBDBDB. Windows color (decimal): -1454339 or 16633577. OLE color: 16633577.

HSL color Cylindrical-coordinate representation of color #E9CEFD: hue angle of 274.47º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9CEFD is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB233206253-
CMYK0.080.1900.01
HSL274.47º92.16%90%-
HSV(B)274.47º18.58%99.22%-
XYZ73.4168.56102.29-
YUV219.43146.95137.68-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.67%
GREEN value IS 206 (80.86% from 255) = 29.77%
BLUE value IS 253 (99.22% from 255) = 36.56%
R=33.67%
G=29.77%
B=36.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2332062530.080.1900.01274.4792.1690
HexE9CEFD813011125c5a
Octal351316375102301422134132
Binary1110100111001110111111011000100110110001001010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CEFD; }

 p { color: rgb(233,206,253); }

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

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

 a { background-color: rgb(233,206,253); }

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

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

 span { border-color: rgb(233,206,253); }

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