#E6C2EE

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

Shades of Blue Chalk #E6C2EE

Tints of Blue Chalk #E6C2EE

Color information

#E6C2EE (or 0xE6C2EE) is unknown color: approx Blue Chalk. HEX triplet: E6, C2 and EE. RGB value is (230,194,238). Sum of RGB (Red+Green+Blue) = 230+194+238=662 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.74% from 662); Green value is 194 (76.17% from 255 or 29.31% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6C2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C2EE is #193D11. Grayscale: #D1D1D1. Windows color (decimal): -1654034 or 15647462. OLE color: 15647462.

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

Color convert

RGB230194238-
CMYK0.030.1800.07
HSL289.09º56.41%84.71%-
HSV(B)289.09º18.49%93.33%-
XYZ67.3661.5889.22-
YUV209.78143.93142.42-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.74%
GREEN value IS 194 (76.17% from 255) = 29.31%
BLUE value IS 238 (93.36% from 255) = 35.95%
R=34.74%
G=29.31%
B=35.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301942380.030.1800.07289.0956.4184.71
HexE6C2EE312071213855
Octal3463023563220744170125
Binary111001101100001011101110111001001111001000011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C2EE; }

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

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

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

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

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

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

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

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