#EEDBF5

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

Shades of Blue Chalk #EEDBF5

Tints of Blue Chalk #EEDBF5

Color information

#EEDBF5 (or 0xEEDBF5) is unknown color: approx Blue Chalk. HEX triplet: EE, DB and F5. RGB value is (238,219,245). Sum of RGB (Red+Green+Blue) = 238+219+245=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 219 (85.94% from 255 or 31.20% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEDBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDBF5 is #11240A. Grayscale: #E3E3E3. Windows color (decimal): -1123339 or 16112622. OLE color: 16112622.

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

Color convert

RGB238219245-
CMYK0.030.1100.04
HSL283.85º56.52%90.98%-
HSV(B)283.85º10.61%96.08%-
XYZ77.0775.4396.88-
YUV227.64137.79135.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.90%
GREEN value IS 219 (85.94% from 255) = 31.20%
BLUE value IS 245 (96.09% from 255) = 34.90%
R=33.90%
G=31.20%
B=34.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382192450.030.1100.04283.8556.5290.98
HexEEDBF53B0411c395b
Octal3563333653130443471133
Binary11101110110110111111010111101101001000111001110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBF5; }

 p { color: rgb(238,219,245); }

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

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

 a { background-color: rgb(238,219,245); }

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

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

 span { border-color: rgb(238,219,245); }

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