#EED1FB

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

Shades of Blue Chalk #EED1FB

Tints of Blue Chalk #EED1FB

Color information

#EED1FB (or 0xEED1FB) is unknown color: approx Blue Chalk. HEX triplet: EE, D1 and FB. RGB value is (238,209,251). Sum of RGB (Red+Green+Blue) = 238+209+251=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 209 (82.03% from 255 or 29.94% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #EED1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED1FB is #112E04. Grayscale: #DEDEDE. Windows color (decimal): -1125893 or 16503278. OLE color: 16503278.

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

Color convert

RGB238209251-
CMYK0.050.1700.02
HSL281.43º84%90.2%-
HSV(B)281.43º16.73%98.43%-
XYZ75.4770.74100.94-
YUV222.46144.11139.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.10%
GREEN value IS 209 (82.03% from 255) = 29.94%
BLUE value IS 251 (98.44% from 255) = 35.96%
R=34.10%
G=29.94%
B=35.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382092510.050.1700.02281.438490.2
HexEED1FB51102119545a
Octal35632137352102431124132
Binary1110111011010001111110111011000101010001100110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED1FB; }

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

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

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

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

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

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

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

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