#E6CAEE

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

Shades of Blue Chalk #E6CAEE

Tints of Blue Chalk #E6CAEE

Color information

#E6CAEE (or 0xE6CAEE) is unknown color: approx Blue Chalk. HEX triplet: E6, CA and EE. RGB value is (230,202,238). Sum of RGB (Red+Green+Blue) = 230+202+238=670 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.33% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6CAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CAEE is #193511. Grayscale: #D6D6D6. Windows color (decimal): -1651986 or 15649510. OLE color: 15649510.

HSL color Cylindrical-coordinate representation of color #E6CAEE: hue angle of 286.67º 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 #E6CAEE is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230202238-
CMYK0.030.1500.07
HSL286.67º51.43%86.27%-
HSV(B)286.67º15.13%93.33%-
XYZ69.1965.2489.83-
YUV214.48141.28139.07-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.33%
GREEN value IS 202 (79.30% from 255) = 30.15%
BLUE value IS 238 (93.36% from 255) = 35.52%
R=34.33%
G=30.15%
B=35.52%

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
Decimal2302022380.030.1500.07286.6751.4386.27
HexE6CAEE3F0711f3356
Octal3463123563170743763126
Binary11100110110010101110111011111101111000111111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CAEE; }

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

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

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

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

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

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

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

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