#E8CCFF

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

Shades of Blue Chalk #E8CCFF

Tints of Blue Chalk #E8CCFF

Color information

#E8CCFF (or 0xE8CCFF) is unknown color: approx Blue Chalk. HEX triplet: E8, CC and FF. RGB value is (232,204,255). Sum of RGB (Red+Green+Blue) = 232+204+255=691 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.57% from 691); Green value is 204 (80.08% from 255 or 29.52% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8CCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CCFF is #173300. Grayscale: #DADADA. Windows color (decimal): -1520385 or 16764136. OLE color: 16764136.

HSL color Cylindrical-coordinate representation of color #E8CCFF: hue angle of 272.94º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8CCFF is Cyan = 0.09, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB232204255-
CMYK0.090.200
HSL272.94º100%90%-
HSV(B)272.94º20%100%-
XYZ72.9267.56103.81-
YUV218.19148.78137.85-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.57%
GREEN value IS 204 (80.08% from 255) = 29.52%
BLUE value IS 255 (100% from 255) = 36.90%
R=33.57%
G=29.52%
B=36.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2322042550.090.200272.9410090
HexE8CCFF91400111645a
Octal350314377112400421144132
Binary1110100011001100111111111001101000010001000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CCFF; }

 p { color: rgb(232,204,255); }

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

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

 a { background-color: rgb(232,204,255); }

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

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

 span { border-color: rgb(232,204,255); }

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