#E7CEFE

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

Shades of Blue Chalk #E7CEFE

Tints of Blue Chalk #E7CEFE

Color information

#E7CEFE (or 0xE7CEFE) is unknown color: approx Blue Chalk. HEX triplet: E7, CE and FE. RGB value is (231,206,254). Sum of RGB (Red+Green+Blue) = 231+206+254=691 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.43% from 691); Green value is 206 (80.86% from 255 or 29.81% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7CEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CEFE is #183101. Grayscale: #DADADA. Windows color (decimal): -1585410 or 16699111. OLE color: 16699111.

HSL color Cylindrical-coordinate representation of color #E7CEFE: hue angle of 271.25º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7CEFE is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB231206254-
CMYK0.090.1900.00
HSL271.25º96%90.2%-
HSV(B)271.25º18.9%99.61%-
XYZ72.9268.29103.1-
YUV218.95147.78136.6-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.43%
GREEN value IS 206 (80.86% from 255) = 29.81%
BLUE value IS 254 (99.61% from 255) = 36.76%
R=33.43%
G=29.81%
B=36.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2312062540.090.1900.00271.259690.2
HexE7CEFE9130010f605a
Octal347316376112300417140132
Binary1110011111001110111111101001100110010000111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CEFE; }

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

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

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

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

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

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

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

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