#E8D2F2

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

Shades of Blue Chalk #E8D2F2

Tints of Blue Chalk #E8D2F2

Color information

#E8D2F2 (or 0xE8D2F2) is unknown color: approx Blue Chalk. HEX triplet: E8, D2 and F2. RGB value is (232,210,242). Sum of RGB (Red+Green+Blue) = 232+210+242=684 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.92% from 684); Green value is 210 (82.42% from 255 or 30.70% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 242 - color contains mainly: blue. Hex color #E8D2F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D2F2 is #172D0D. Grayscale: #DCDCDC. Windows color (decimal): -1518862 or 15913704. OLE color: 15913704.

HSL color Cylindrical-coordinate representation of color #E8D2F2: hue angle of 281.25º 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 #E8D2F2 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232210242-
CMYK0.040.1300.05
HSL281.25º55.17%88.63%-
HSV(B)281.25º13.22%94.9%-
XYZ72.3569.6693.64-
YUV220.23140.29136.4-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.92%
GREEN value IS 210 (82.42% from 255) = 30.70%
BLUE value IS 242 (94.92% from 255) = 35.38%
R=33.92%
G=30.70%
B=35.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322102420.040.1300.05281.2555.1788.63
HexE8D2F24D051193759
Octal3503223624150543167131
Binary111010001101001011110010100110101011000110011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D2F2; }

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

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

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

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

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

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

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

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