#E7CFFF

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

Shades of Blue Chalk #E7CFFF

Tints of Blue Chalk #E7CFFF

Color information

#E7CFFF (or 0xE7CFFF) is unknown color: approx Blue Chalk. HEX triplet: E7, CF and FF. RGB value is (231,207,255). Sum of RGB (Red+Green+Blue) = 231+207+255=693 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.33% from 693); Green value is 207 (81.25% from 255 or 29.87% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7CFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CFFF is #183000. Grayscale: #DBDBDB. Windows color (decimal): -1585153 or 16764903. OLE color: 16764903.

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

Color convert

RGB231207255-
CMYK0.090.1900
HSL270º100%90.59%-
HSV(B)270º18.82%100%-
XYZ73.3268.83104.03-
YUV219.65147.95136.1-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.33%
GREEN value IS 207 (81.25% from 255) = 29.87%
BLUE value IS 255 (100% from 255) = 36.80%
R=33.33%
G=29.87%
B=36.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2312072550.090.190027010090.59
HexE7CFFF9130010e645b
Octal347317377112300416144133
Binary1110011111001111111111111001100110010000111011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CFFF; }

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

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

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

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

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

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

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

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