#EEDBF8

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

Shades of Blue Chalk #EEDBF8

Tints of Blue Chalk #EEDBF8

Color information

#EEDBF8 (or 0xEEDBF8) is unknown color: approx Blue Chalk. HEX triplet: EE, DB and F8. RGB value is (238,219,248). Sum of RGB (Red+Green+Blue) = 238+219+248=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 219 (85.94% from 255 or 31.06% from 705); Blue value is 248 (97.27% from 255 or 35.18% from 705); Max value from RGB is 248 - color contains mainly: blue. Hex color #EEDBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDBF8 is #112407. Grayscale: #E3E3E3. Windows color (decimal): -1123336 or 16309230. OLE color: 16309230.

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

Color convert

RGB238219248-
CMYK0.040.1200.03
HSL279.31º67.44%91.57%-
HSV(B)279.31º11.69%97.25%-
XYZ77.5375.6299.32-
YUV227.99139.29135.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.76%
GREEN value IS 219 (85.94% from 255) = 31.06%
BLUE value IS 248 (97.27% from 255) = 35.18%
R=33.76%
G=31.06%
B=35.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382192480.040.1200.03279.3167.4491.57
HexEEDBF84C03117435c
Octal35633337041403427103134
Binary111011101101101111111000100110001110001011110000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBF8; }

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

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

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

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

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

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

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

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