#E9CFFD

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

Shades of Blue Chalk #E9CFFD

Tints of Blue Chalk #E9CFFD

Color information

#E9CFFD (or 0xE9CFFD) is unknown color: approx Blue Chalk. HEX triplet: E9, CF and FD. RGB value is (233,207,253). Sum of RGB (Red+Green+Blue) = 233+207+253=693 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.62% from 693); Green value is 207 (81.25% from 255 or 29.87% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9CFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CFFD is #163002. Grayscale: #DBDBDB. Windows color (decimal): -1454083 or 16633833. OLE color: 16633833.

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

Color convert

RGB233207253-
CMYK0.080.1800.01
HSL273.91º92%90.2%-
HSV(B)273.91º18.18%99.22%-
XYZ73.6569.04102.37-
YUV220.02146.61137.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.62%
GREEN value IS 207 (81.25% from 255) = 29.87%
BLUE value IS 253 (99.22% from 255) = 36.51%
R=33.62%
G=29.87%
B=36.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2332072530.080.1800.01273.919290.2
HexE9CFFD812011125c5a
Octal351317375102201422134132
Binary1110100111001111111111011000100100110001001010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CFFD; }

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

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

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

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

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

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

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

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