#E6D0F2

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

Shades of Blue Chalk #E6D0F2

Tints of Blue Chalk #E6D0F2

Color information

#E6D0F2 (or 0xE6D0F2) is unknown color: approx Blue Chalk. HEX triplet: E6, D0 and F2. RGB value is (230,208,242). Sum of RGB (Red+Green+Blue) = 230+208+242=680 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.82% from 680); Green value is 208 (81.64% from 255 or 30.59% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 242 - color contains mainly: blue. Hex color #E6D0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D0F2 is #192F0D. Grayscale: #DADADA. Windows color (decimal): -1650446 or 15913190. OLE color: 15913190.

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

Color convert

RGB230208242-
CMYK0.050.1400.05
HSL278.82º56.67%88.24%-
HSV(B)278.82º14.05%94.9%-
XYZ71.2268.3593.44-
YUV218.45141.29136.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.82%
GREEN value IS 208 (81.64% from 255) = 30.59%
BLUE value IS 242 (94.92% from 255) = 35.59%
R=33.82%
G=30.59%
B=35.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302082420.050.1400.05278.8256.6788.24
HexE6D0F25E051173958
Octal3463203625160542771130
Binary111001101101000011110010101111001011000101111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D0F2; }

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

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

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

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

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

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

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

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