#E6D7FC

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

Shades of Blue Chalk #E6D7FC

Tints of Blue Chalk #E6D7FC

Color information

#E6D7FC (or 0xE6D7FC) is unknown color: approx Blue Chalk. HEX triplet: E6, D7 and FC. RGB value is (230,215,252). Sum of RGB (Red+Green+Blue) = 230+215+252=697 (92% of max value = 765). Red value is 230 (90.23% from 255 or 33.00% from 697); Green value is 215 (84.38% from 255 or 30.85% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6D7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D7FC is #192803. Grayscale: #DFDFDF. Windows color (decimal): -1648644 or 16570342. OLE color: 16570342.

HSL color Cylindrical-coordinate representation of color #E6D7FC: hue angle of 264.32º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6D7FC is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB230215252-
CMYK0.090.1500.01
HSL264.32º86.05%91.57%-
HSV(B)264.32º14.68%98.82%-
XYZ74.572.45102.15-
YUV223.7143.97132.49-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.00%
GREEN value IS 215 (84.38% from 255) = 30.85%
BLUE value IS 252 (98.83% from 255) = 36.15%
R=33.00%
G=30.85%
B=36.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302152520.090.1500.01264.3286.0591.57
HexE6D7FC9F01108565c
Octal346327374111701410126134
Binary111001101101011111111100100111110110000100010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D7FC; }

 p { color: rgb(230,215,252); }

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

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

 a { background-color: rgb(230,215,252); }

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

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

 span { border-color: rgb(230,215,252); }

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