#E6D2EC

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

Shades of Blue Chalk #E6D2EC

Tints of Blue Chalk #E6D2EC

Color information

#E6D2EC (or 0xE6D2EC) is unknown color: approx Blue Chalk. HEX triplet: E6, D2 and EC. RGB value is (230,210,236). Sum of RGB (Red+Green+Blue) = 230+210+236=676 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.02% from 676); Green value is 210 (82.42% from 255 or 31.07% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6D2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D2EC is #192D13. Grayscale: #DADADA. Windows color (decimal): -1649940 or 15520486. OLE color: 15520486.

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

Color convert

RGB230210236-
CMYK0.030.1100.07
HSL286.15º40.62%87.45%-
HSV(B)286.15º11.02%92.55%-
XYZ70.8268.9788.94-
YUV218.94137.63135.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.02%
GREEN value IS 210 (82.42% from 255) = 31.07%
BLUE value IS 236 (92.58% from 255) = 34.91%
R=34.02%
G=31.07%
B=34.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2302102360.030.1100.07286.1540.6287.45
HexE6D2EC3B0711e2957
Octal3463223543130743651127
Binary11100110110100101110110011101101111000111101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D2EC; }

 p { color: rgb(230,210,236); }

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

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

 a { background-color: rgb(230,210,236); }

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

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

 span { border-color: rgb(230,210,236); }

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