#E6CAF2

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

Shades of Blue Chalk #E6CAF2

Tints of Blue Chalk #E6CAF2

Color information

#E6CAF2 (or 0xE6CAF2) is unknown color: approx Blue Chalk. HEX triplet: E6, CA and F2. RGB value is (230,202,242). Sum of RGB (Red+Green+Blue) = 230+202+242=674 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.12% from 674); Green value is 202 (79.30% from 255 or 29.97% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #E6CAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CAF2 is #19350D. Grayscale: #D6D6D6. Windows color (decimal): -1651982 or 15911654. OLE color: 15911654.

HSL color Cylindrical-coordinate representation of color #E6CAF2: hue angle of 282º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6CAF2 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230202242-
CMYK0.050.1700.05
HSL282º60.61%87.06%-
HSV(B)282º16.53%94.9%-
XYZ69.7865.4792.96-
YUV214.93143.28138.75-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.12%
GREEN value IS 202 (79.30% from 255) = 29.97%
BLUE value IS 242 (94.92% from 255) = 35.91%
R=34.12%
G=29.97%
B=35.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302022420.050.1700.0528260.6187.06
HexE6CAF25110511a3d57
Octal3463123625210543275127
Binary1110011011001010111100101011000101011000110101111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CAF2; }

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

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

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

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

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

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

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

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