#EED2FB

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

Shades of Blue Chalk #EED2FB

Tints of Blue Chalk #EED2FB

Color information

#EED2FB (or 0xEED2FB) is unknown color: approx Blue Chalk. HEX triplet: EE, D2 and FB. RGB value is (238,210,251). Sum of RGB (Red+Green+Blue) = 238+210+251=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 210 (82.42% from 255 or 30.04% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #EED2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED2FB is #112D04. Grayscale: #DEDEDE. Windows color (decimal): -1125637 or 16503534. OLE color: 16503534.

HSL color Cylindrical-coordinate representation of color #EED2FB: hue angle of 280.98º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EED2FB is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238210251-
CMYK0.050.1600.02
HSL280.98º83.67%90.39%-
HSV(B)280.98º16.33%98.43%-
XYZ75.7271.24101.03-
YUV223.05143.78138.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.05%
GREEN value IS 210 (82.42% from 255) = 30.04%
BLUE value IS 251 (98.44% from 255) = 35.91%
R=34.05%
G=30.04%
B=35.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382102510.050.1600.02280.9883.6790.39
HexEED2FB51002119545a
Octal35632237352002431124132
Binary1110111011010010111110111011000001010001100110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED2FB; }

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

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

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

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

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

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

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

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