#E7CFFE

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

Shades of Blue Chalk #E7CFFE

Tints of Blue Chalk #E7CFFE

Color information

#E7CFFE (or 0xE7CFFE) is unknown color: approx Blue Chalk. HEX triplet: E7, CF and FE. RGB value is (231,207,254). Sum of RGB (Red+Green+Blue) = 231+207+254=692 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.38% from 692); Green value is 207 (81.25% from 255 or 29.91% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7CFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CFFE is #183001. Grayscale: #DBDBDB. Windows color (decimal): -1585154 or 16699367. OLE color: 16699367.

HSL color Cylindrical-coordinate representation of color #E7CFFE: hue angle of 270.64º 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 #E7CFFE is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB231207254-
CMYK0.090.1900.00
HSL270.64º95.92%90.39%-
HSV(B)270.64º18.5%99.61%-
XYZ73.1668.77103.18-
YUV219.53147.45136.18-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.38%
GREEN value IS 207 (81.25% from 255) = 29.91%
BLUE value IS 254 (99.61% from 255) = 36.71%
R=33.38%
G=29.91%
B=36.71%

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
Decimal2312072540.090.1900.00270.6495.9290.39
HexE7CFFE9130010f605a
Octal347317376112300417140132
Binary1110011111001111111111101001100110010000111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CFFE; }

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

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

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

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

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

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

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

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