#E6CCFA

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

Shades of Blue Chalk #E6CCFA

Tints of Blue Chalk #E6CCFA

Color information

#E6CCFA (or 0xE6CCFA) is unknown color: approx Blue Chalk. HEX triplet: E6, CC and FA. RGB value is (230,204,250). Sum of RGB (Red+Green+Blue) = 230+204+250=684 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.63% from 684); Green value is 204 (80.08% from 255 or 29.82% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6CCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CCFA is #193305. Grayscale: #D8D8D8. Windows color (decimal): -1651462 or 16436454. OLE color: 16436454.

HSL color Cylindrical-coordinate representation of color #E6CCFA: hue angle of 273.91º degrees, saturation: 0.82, 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 #E6CCFA is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230204250-
CMYK0.080.1800.02
HSL273.91º82.14%89.02%-
HSV(B)273.91º18.4%98.04%-
XYZ71.4866.9199.59-
YUV217.02146.61137.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.63%
GREEN value IS 204 (80.08% from 255) = 29.82%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=33.63%
G=29.82%
B=36.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302042500.080.1800.02273.9182.1489.02
HexE6CCFA812021125259
Octal346314372102202422122131
Binary11100110110011001111101010001001001010001001010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CCFA; }

 p { color: rgb(230,204,250); }

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

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

 a { background-color: rgb(230,204,250); }

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

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

 span { border-color: rgb(230,204,250); }

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