#E6C4F1

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

Shades of Blue Chalk #E6C4F1

Tints of Blue Chalk #E6C4F1

Color information

#E6C4F1 (or 0xE6C4F1) is unknown color: approx Blue Chalk. HEX triplet: E6, C4 and F1. RGB value is (230,196,241). Sum of RGB (Red+Green+Blue) = 230+196+241=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 196 (76.95% from 255 or 29.39% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6C4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C4F1 is #193B0E. Grayscale: #D3D3D3. Windows color (decimal): -1653519 or 15844582. OLE color: 15844582.

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

Color convert

RGB230196241-
CMYK0.050.1900.05
HSL285.33º61.64%85.69%-
HSV(B)285.33º18.67%94.51%-
XYZ68.2562.6591.72-
YUV211.3144.76141.34-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.48%
GREEN value IS 196 (76.95% from 255) = 29.39%
BLUE value IS 241 (94.53% from 255) = 36.13%
R=34.48%
G=29.39%
B=36.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2301962410.050.1900.05285.3361.6485.69
HexE6C4F15130511d3e56
Octal3463043615230543576126
Binary1110011011000100111100011011001101011000111011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C4F1; }

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

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

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

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

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

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

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

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