#E7CAEF

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

Shades of Blue Chalk #E7CAEF

Tints of Blue Chalk #E7CAEF

Color information

#E7CAEF (or 0xE7CAEF) is unknown color: approx Blue Chalk. HEX triplet: E7, CA and EF. RGB value is (231,202,239). Sum of RGB (Red+Green+Blue) = 231+202+239=672 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.38% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7CAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CAEF is #183510. Grayscale: #D6D6D6. Windows color (decimal): -1586449 or 15715047. OLE color: 15715047.

HSL color Cylindrical-coordinate representation of color #E7CAEF: hue angle of 287.03º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7CAEF is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB231202239-
CMYK0.030.1500.06
HSL287.03º53.62%86.47%-
HSV(B)287.03º15.48%93.73%-
XYZ69.6665.4690.63-
YUV214.89141.61139.49-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.38%
GREEN value IS 202 (79.30% from 255) = 30.06%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=34.38%
G=30.06%
B=35.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2312022390.030.1500.06287.0353.6286.47
HexE7CAEF3F0611f3656
Octal3473123573170643766126
Binary11100111110010101110111111111101101000111111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CAEF; }

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

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

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

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

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

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

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

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