#E6D2F2

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

Shades of Blue Chalk #E6D2F2

Tints of Blue Chalk #E6D2F2

Color information

#E6D2F2 (or 0xE6D2F2) is unknown color: approx Blue Chalk. HEX triplet: E6, D2 and F2. RGB value is (230,210,242). Sum of RGB (Red+Green+Blue) = 230+210+242=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 210 (82.42% from 255 or 30.79% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 242 - color contains mainly: blue. Hex color #E6D2F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D2F2 is #192D0D. Grayscale: #DBDBDB. Windows color (decimal): -1649934 or 15913702. OLE color: 15913702.

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

Color convert

RGB230210242-
CMYK0.050.1300.05
HSL277.5º55.17%88.63%-
HSV(B)277.5º13.22%94.9%-
XYZ71.7169.3393.61-
YUV219.63140.63135.4-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.72%
GREEN value IS 210 (82.42% from 255) = 30.79%
BLUE value IS 242 (94.92% from 255) = 35.48%
R=33.72%
G=30.79%
B=35.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302102420.050.1300.05277.555.1788.63
HexE6D2F25D051163759
Octal3463223625150542667131
Binary111001101101001011110010101110101011000101101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D2F2; }

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

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

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

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

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

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

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

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