#E6CCF3

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

Shades of Blue Chalk #E6CCF3

Tints of Blue Chalk #E6CCF3

Color information

#E6CCF3 (or 0xE6CCF3) is unknown color: approx Blue Chalk. HEX triplet: E6, CC and F3. RGB value is (230,204,243). Sum of RGB (Red+Green+Blue) = 230+204+243=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 243 - color contains mainly: blue. Hex color #E6CCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CCF3 is #19330C. Grayscale: #D8D8D8. Windows color (decimal): -1651469 or 15977702. OLE color: 15977702.

HSL color Cylindrical-coordinate representation of color #E6CCF3: hue angle of 280º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E6CCF3 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230204243-
CMYK0.050.1600.05
HSL280º61.9%87.65%-
HSV(B)280º16.05%95.29%-
XYZ70.466.4893.92-
YUV216.22143.11137.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.97%
GREEN value IS 204 (80.08% from 255) = 30.13%
BLUE value IS 243 (95.31% from 255) = 35.89%
R=33.97%
G=30.13%
B=35.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302042430.050.1600.0528061.987.65
HexE6CCF3510051183e58
Octal3463143635200543076130
Binary1110011011001100111100111011000001011000110001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CCF3; }

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

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

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

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

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

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

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

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