#E6C4EE

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

Shades of Blue Chalk #E6C4EE

Tints of Blue Chalk #E6C4EE

Color information

#E6C4EE (or 0xE6C4EE) is unknown color: approx Blue Chalk. HEX triplet: E6, C4 and EE. RGB value is (230,196,238). Sum of RGB (Red+Green+Blue) = 230+196+238=664 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.64% from 664); Green value is 196 (76.95% from 255 or 29.52% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6C4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C4EE is #193B11. Grayscale: #D2D2D2. Windows color (decimal): -1653522 or 15647974. OLE color: 15647974.

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

Color convert

RGB230196238-
CMYK0.030.1800.07
HSL288.57º55.26%85.1%-
HSV(B)288.57º17.65%93.33%-
XYZ67.8162.4889.37-
YUV210.95143.26141.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.64%
GREEN value IS 196 (76.95% from 255) = 29.52%
BLUE value IS 238 (93.36% from 255) = 35.84%
R=34.64%
G=29.52%
B=35.84%

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
Decimal2301962380.030.1800.07288.5755.2685.1
HexE6C4EE312071213755
Octal3463043563220744167125
Binary111001101100010011101110111001001111001000011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C4EE; }

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

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

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

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

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

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

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

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