#E7CEF6

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

Shades of Blue Chalk #E7CEF6

Tints of Blue Chalk #E7CEF6

Color information

#E7CEF6 (or 0xE7CEF6) is unknown color: approx Blue Chalk. HEX triplet: E7, CE and F6. RGB value is (231,206,246). Sum of RGB (Red+Green+Blue) = 231+206+246=683 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.82% from 683); Green value is 206 (80.86% from 255 or 30.16% from 683); Blue value is 246 (96.48% from 255 or 36.02% from 683); Max value from RGB is 246 - color contains mainly: blue. Hex color #E7CEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CEF6 is #183109. Grayscale: #D9D9D9. Windows color (decimal): -1585418 or 16174823. OLE color: 16174823.

HSL color Cylindrical-coordinate representation of color #E7CEF6: hue angle of 277.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7CEF6 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB231206246-
CMYK0.060.1600.04
HSL277.5º68.97%88.63%-
HSV(B)277.5º16.26%96.47%-
XYZ71.6667.7996.5-
YUV218.04143.78137.25-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.82%
GREEN value IS 206 (80.86% from 255) = 30.16%
BLUE value IS 246 (96.48% from 255) = 36.02%
R=33.82%
G=30.16%
B=36.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2312062460.060.1600.04277.568.9788.63
HexE7CEF6610041164559
Octal34731636662004426105131
Binary11100111110011101111011011010000010010001011010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CEF6; }

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

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

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

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

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

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

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

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