#E7CAEE

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

Shades of Blue Chalk #E7CAEE

Tints of Blue Chalk #E7CAEE

Color information

#E7CAEE (or 0xE7CAEE) is unknown color: approx Blue Chalk. HEX triplet: E7, CA and EE. RGB value is (231,202,238). Sum of RGB (Red+Green+Blue) = 231+202+238=671 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.43% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #E7CAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CAEE is #183511. Grayscale: #D6D6D6. Windows color (decimal): -1586450 or 15649511. OLE color: 15649511.

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

Color convert

RGB231202238-
CMYK0.030.1500.07
HSL288.33º51.43%86.27%-
HSV(B)288.33º15.13%93.33%-
XYZ69.5165.489.85-
YUV214.78141.11139.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.43%
GREEN value IS 202 (79.30% from 255) = 30.10%
BLUE value IS 238 (93.36% from 255) = 35.47%
R=34.43%
G=30.10%
B=35.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2312022380.030.1500.07288.3351.4386.27
HexE7CAEE3F071203356
Octal3473123563170744063126
Binary11100111110010101110111011111101111001000001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CAEE; }

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

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

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

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

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

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

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

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