#E6CCFF

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

Shades of Blue Chalk #E6CCFF

Tints of Blue Chalk #E6CCFF

Color information

#E6CCFF (or 0xE6CCFF) is unknown color: approx Blue Chalk. HEX triplet: E6, CC and FF. RGB value is (230,204,255). Sum of RGB (Red+Green+Blue) = 230+204+255=689 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.38% from 689); Green value is 204 (80.08% from 255 or 29.61% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6CCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CCFF is #193300. Grayscale: #D9D9D9. Windows color (decimal): -1651457 or 16764134. OLE color: 16764134.

HSL color Cylindrical-coordinate representation of color #E6CCFF: hue angle of 270.59º 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 #E6CCFF is Cyan = 0.10, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB230204255-
CMYK0.100.200
HSL270.59º100%90%-
HSV(B)270.59º20%100%-
XYZ72.2867.23103.77-
YUV217.59149.11136.85-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.38%
GREEN value IS 204 (80.08% from 255) = 29.61%
BLUE value IS 255 (100% from 255) = 37.01%
R=33.38%
G=29.61%
B=37.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2302042550.100.200270.5910090
HexE6CCFFA140010f645a
Octal346314377122400417144132
Binary1110011011001100111111111010101000010000111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CCFF; }

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

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

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

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

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

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

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

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