#EED2F6

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

Shades of Blue Chalk #EED2F6

Tints of Blue Chalk #EED2F6

Color information

#EED2F6 (or 0xEED2F6) is unknown color: approx Blue Chalk. HEX triplet: EE, D2 and F6. RGB value is (238,210,246). Sum of RGB (Red+Green+Blue) = 238+210+246=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 210 (82.42% from 255 or 30.26% from 694); Blue value is 246 (96.48% from 255 or 35.45% from 694); Max value from RGB is 246 - color contains mainly: blue. Hex color #EED2F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED2F6 is #112D09. Grayscale: #DEDEDE. Windows color (decimal): -1125642 or 16175854. OLE color: 16175854.

HSL color Cylindrical-coordinate representation of color #EED2F6: hue angle of 286.67º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EED2F6 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238210246-
CMYK0.030.1500.04
HSL286.67º66.67%89.41%-
HSV(B)286.67º14.63%96.47%-
XYZ74.9470.9296.93-
YUV222.48141.28139.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.29%
GREEN value IS 210 (82.42% from 255) = 30.26%
BLUE value IS 246 (96.48% from 255) = 35.45%
R=34.29%
G=30.26%
B=35.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382102460.030.1500.04286.6766.6789.41
HexEED2F63F0411f4359
Octal35632236631704437103131
Binary111011101101001011110110111111010010001111110000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED2F6; }

 p { color: rgb(238,210,246); }

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

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

 a { background-color: rgb(238,210,246); }

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

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

 span { border-color: rgb(238,210,246); }

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