#E9CCF9

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

Shades of Blue Chalk #E9CCF9

Tints of Blue Chalk #E9CCF9

Color information

#E9CCF9 (or 0xE9CCF9) is unknown color: approx Blue Chalk. HEX triplet: E9, CC and F9. RGB value is (233,204,249). Sum of RGB (Red+Green+Blue) = 233+204+249=686 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.97% from 686); Green value is 204 (80.08% from 255 or 29.74% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 249 - color contains mainly: blue. Hex color #E9CCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CCF9 is #163306. Grayscale: #D9D9D9. Windows color (decimal): -1454855 or 16370921. OLE color: 16370921.

HSL color Cylindrical-coordinate representation of color #E9CCF9: hue angle of 278.67º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9CCF9 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233204249-
CMYK0.060.1800.02
HSL278.67º78.95%88.82%-
HSV(B)278.67º18.07%97.65%-
XYZ72.367.3598.81-
YUV217.8145.61138.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.97%
GREEN value IS 204 (80.08% from 255) = 29.74%
BLUE value IS 249 (97.66% from 255) = 36.30%
R=33.97%
G=29.74%
B=36.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332042490.060.1800.02278.6778.9588.82
HexE9CCF9612021174f59
Octal35131437162202427117131
Binary1110100111001100111110011101001001010001011110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CCF9; }

 p { color: rgb(233,204,249); }

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

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

 a { background-color: rgb(233,204,249); }

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

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

 span { border-color: rgb(233,204,249); }

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