#E7CAFE

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

Shades of Blue Chalk #E7CAFE

Tints of Blue Chalk #E7CAFE

Color information

#E7CAFE (or 0xE7CAFE) is unknown color: approx Blue Chalk. HEX triplet: E7, CA and FE. RGB value is (231,202,254). Sum of RGB (Red+Green+Blue) = 231+202+254=687 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.62% from 687); Green value is 202 (79.30% from 255 or 29.40% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7CAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CAFE is #183501. Grayscale: #D8D8D8. Windows color (decimal): -1586434 or 16698087. OLE color: 16698087.

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

Color convert

RGB231202254-
CMYK0.090.2000.00
HSL273.46º96.3%89.41%-
HSV(B)273.46º20.47%99.61%-
XYZ71.9666.39102.79-
YUV216.6149.11138.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.62%
GREEN value IS 202 (79.30% from 255) = 29.40%
BLUE value IS 254 (99.61% from 255) = 36.97%
R=33.62%
G=29.40%
B=36.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2312022540.090.2000.00273.4696.389.41
HexE7CAFE914001116059
Octal347312376112400421140131
Binary1110011111001010111111101001101000010001000111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CAFE; }

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

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

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

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

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

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

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

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