#E9CCFC

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

Shades of Blue Chalk #E9CCFC

Tints of Blue Chalk #E9CCFC

Color information

#E9CCFC (or 0xE9CCFC) is unknown color: approx Blue Chalk. HEX triplet: E9, CC and FC. RGB value is (233,204,252). Sum of RGB (Red+Green+Blue) = 233+204+252=689 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.82% from 689); Green value is 204 (80.08% from 255 or 29.61% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9CCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CCFC is #163303. Grayscale: #D9D9D9. Windows color (decimal): -1454852 or 16567529. OLE color: 16567529.

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

Color convert

RGB233204252-
CMYK0.080.1900.01
HSL276.25º88.89%89.41%-
HSV(B)276.25º19.05%98.82%-
XYZ72.7767.54101.3-
YUV218.14147.11138.6-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.82%
GREEN value IS 204 (80.08% from 255) = 29.61%
BLUE value IS 252 (98.83% from 255) = 36.57%
R=33.82%
G=29.61%
B=36.57%

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
Decimal2332042520.080.1900.01276.2588.8989.41
HexE9CCFC813011145959
Octal351314374102301424131131
Binary1110100111001100111111001000100110110001010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CCFC; }

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

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

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

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

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

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

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

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