#E7CAFA

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

Shades of Blue Chalk #E7CAFA

Tints of Blue Chalk #E7CAFA

Color information

#E7CAFA (or 0xE7CAFA) is unknown color: approx Blue Chalk. HEX triplet: E7, CA and FA. RGB value is (231,202,250). Sum of RGB (Red+Green+Blue) = 231+202+250=683 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.82% from 683); Green value is 202 (79.30% from 255 or 29.58% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7CAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CAFA is #183505. Grayscale: #D7D7D7. Windows color (decimal): -1586438 or 16435943. OLE color: 16435943.

HSL color Cylindrical-coordinate representation of color #E7CAFA: hue angle of 276.25º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7CAFA is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB231202250-
CMYK0.080.1900.02
HSL276.25º82.76%88.63%-
HSV(B)276.25º19.2%98.04%-
XYZ71.3366.1399.45-
YUV216.14147.11138.6-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.82%
GREEN value IS 202 (79.30% from 255) = 29.58%
BLUE value IS 250 (98.05% from 255) = 36.60%
R=33.82%
G=29.58%
B=36.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2312022500.080.1900.02276.2582.7688.63
HexE7CAFA813021145359
Octal347312372102302424123131
Binary11100111110010101111101010001001101010001010010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CAFA; }

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

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

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

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

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

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

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

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