#E7CEFF

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

Shades of Blue Chalk #E7CEFF

Tints of Blue Chalk #E7CEFF

Color information

#E7CEFF (or 0xE7CEFF) is unknown color: approx Blue Chalk. HEX triplet: E7, CE and FF. RGB value is (231,206,255). Sum of RGB (Red+Green+Blue) = 231+206+255=692 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.38% from 692); Green value is 206 (80.86% from 255 or 29.77% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7CEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CEFF is #183100. Grayscale: #DADADA. Windows color (decimal): -1585409 or 16764647. OLE color: 16764647.

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

Color convert

RGB231206255-
CMYK0.090.1900
HSL270.61º100%90.39%-
HSV(B)270.61º19.22%100%-
XYZ73.0868.35103.95-
YUV219.06148.28136.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.38%
GREEN value IS 206 (80.86% from 255) = 29.77%
BLUE value IS 255 (100% from 255) = 36.85%
R=33.38%
G=29.77%
B=36.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2312062550.090.1900270.6110090.39
HexE7CEFF9130010f645a
Octal347316377112300417144132
Binary1110011111001110111111111001100110010000111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CEFF; }

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

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

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

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

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

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

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

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