#E6D6FD

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

Shades of Blue Chalk #E6D6FD

Tints of Blue Chalk #E6D6FD

Color information

#E6D6FD (or 0xE6D6FD) is unknown color: approx Blue Chalk. HEX triplet: E6, D6 and FD. RGB value is (230,214,253). Sum of RGB (Red+Green+Blue) = 230+214+253=697 (92% of max value = 765). Red value is 230 (90.23% from 255 or 33.00% from 697); Green value is 214 (83.98% from 255 or 30.70% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6D6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D6FD is #192902. Grayscale: #DFDFDF. Windows color (decimal): -1648899 or 16635622. OLE color: 16635622.

HSL color Cylindrical-coordinate representation of color #E6D6FD: hue angle of 264.62º degrees, saturation: 0.91, 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 #E6D6FD is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB230214253-
CMYK0.090.1500.01
HSL264.62º90.7%91.57%-
HSV(B)264.62º15.42%99.22%-
XYZ74.4172.01102.91-
YUV223.23144.8132.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.00%
GREEN value IS 214 (83.98% from 255) = 30.70%
BLUE value IS 253 (99.22% from 255) = 36.30%
R=33.00%
G=30.70%
B=36.30%

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
Decimal2302142530.090.1500.01264.6290.791.57
HexE6D6FD9F011095b5c
Octal346326375111701411133134
Binary111001101101011011111101100111110110000100110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D6FD; }

 p { color: rgb(230,214,253); }

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

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

 a { background-color: rgb(230,214,253); }

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

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

 span { border-color: rgb(230,214,253); }

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