#E6C1EE

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

Shades of Blue Chalk #E6C1EE

Tints of Blue Chalk #E6C1EE

Color information

#E6C1EE (or 0xE6C1EE) is unknown color: approx Blue Chalk. HEX triplet: E6, C1 and EE. RGB value is (230,193,238). Sum of RGB (Red+Green+Blue) = 230+193+238=661 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.80% from 661); Green value is 193 (75.78% from 255 or 29.20% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6C1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C1EE is #193E11. Grayscale: #D1D1D1. Windows color (decimal): -1654290 or 15647206. OLE color: 15647206.

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

Color convert

RGB230193238-
CMYK0.030.1900.07
HSL289.33º56.96%84.51%-
HSV(B)289.33º18.91%93.33%-
XYZ67.1461.1489.15-
YUV209.19144.26142.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.80%
GREEN value IS 193 (75.78% from 255) = 29.20%
BLUE value IS 238 (93.36% from 255) = 36.01%
R=34.80%
G=29.20%
B=36.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301932380.030.1900.07289.3356.9684.51
HexE6C1EE313071213955
Octal3463013563230744171125
Binary111001101100000111101110111001101111001000011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C1EE; }

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

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

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

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

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

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

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

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