#E6CEEF

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

Shades of Blue Chalk #E6CEEF

Tints of Blue Chalk #E6CEEF

Color information

#E6CEEF (or 0xE6CEEF) is unknown color: approx Blue Chalk. HEX triplet: E6, CE and EF. RGB value is (230,206,239). Sum of RGB (Red+Green+Blue) = 230+206+239=675 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.07% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6CEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CEEF is #193110. Grayscale: #D8D8D8. Windows color (decimal): -1650961 or 15716070. OLE color: 15716070.

HSL color Cylindrical-coordinate representation of color #E6CEEF: hue angle of 283.64º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6CEEF is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB230206239-
CMYK0.040.1400.06
HSL283.64º50.77%87.25%-
HSV(B)283.64º13.81%93.73%-
XYZ70.2867.290.93-
YUV216.94140.45137.32-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.07%
GREEN value IS 206 (80.86% from 255) = 30.52%
BLUE value IS 239 (93.75% from 255) = 35.41%
R=34.07%
G=30.52%
B=35.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2302062390.040.1400.06283.6450.7787.25
HexE6CEEF4E0611c3357
Octal3463163574160643463127
Binary111001101100111011101111100111001101000111001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CEEF; }

 p { color: rgb(230,206,239); }

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

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

 a { background-color: rgb(230,206,239); }

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

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

 span { border-color: rgb(230,206,239); }

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