#E7CEFA

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

Shades of Blue Chalk #E7CEFA

Tints of Blue Chalk #E7CEFA

Color information

#E7CEFA (or 0xE7CEFA) is unknown color: approx Blue Chalk. HEX triplet: E7, CE and FA. RGB value is (231,206,250). Sum of RGB (Red+Green+Blue) = 231+206+250=687 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.62% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7CEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CEFA is #183105. Grayscale: #DADADA. Windows color (decimal): -1585414 or 16436967. OLE color: 16436967.

HSL color Cylindrical-coordinate representation of color #E7CEFA: hue angle of 274.09º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7CEFA is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB231206250-
CMYK0.080.1800.02
HSL274.09º81.48%89.41%-
HSV(B)274.09º17.6%98.04%-
XYZ72.2868.0399.76-
YUV218.49145.78136.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.62%
GREEN value IS 206 (80.86% from 255) = 29.99%
BLUE value IS 250 (98.05% from 255) = 36.39%
R=33.62%
G=29.99%
B=36.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2312062500.080.1800.02274.0981.4889.41
HexE7CEFA812021125159
Octal347316372102202422121131
Binary11100111110011101111101010001001001010001001010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CEFA; }

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

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

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

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

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

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

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

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