#E7CEEF

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

Shades of Blue Chalk #E7CEEF

Tints of Blue Chalk #E7CEEF

Color information

#E7CEEF (or 0xE7CEEF) is unknown color: approx Blue Chalk. HEX triplet: E7, CE and EF. RGB value is (231,206,239). Sum of RGB (Red+Green+Blue) = 231+206+239=676 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.17% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7CEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CEEF is #183110. Grayscale: #D9D9D9. Windows color (decimal): -1585425 or 15716071. OLE color: 15716071.

HSL color Cylindrical-coordinate representation of color #E7CEEF: hue angle of 285.45º 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 #E7CEEF is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB231206239-
CMYK0.030.1400.06
HSL285.45º50.77%87.25%-
HSV(B)285.45º13.81%93.73%-
XYZ70.6167.3690.94-
YUV217.24140.28137.82-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.17%
GREEN value IS 206 (80.86% from 255) = 30.47%
BLUE value IS 239 (93.75% from 255) = 35.36%
R=34.17%
G=30.47%
B=35.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2312062390.030.1400.06285.4550.7787.25
HexE7CEEF3E0611d3357
Octal3473163573160643563127
Binary11100111110011101110111111111001101000111011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CEEF; }

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

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

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

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

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

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

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

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