#EEDBF6

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

Shades of Blue Chalk #EEDBF6

Tints of Blue Chalk #EEDBF6

Color information

#EEDBF6 (or 0xEEDBF6) is unknown color: approx Blue Chalk. HEX triplet: EE, DB and F6. RGB value is (238,219,246). Sum of RGB (Red+Green+Blue) = 238+219+246=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 219 (85.94% from 255 or 31.15% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 246 - color contains mainly: blue. Hex color #EEDBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDBF6 is #112409. Grayscale: #E3E3E3. Windows color (decimal): -1123338 or 16178158. OLE color: 16178158.

HSL color Cylindrical-coordinate representation of color #EEDBF6: hue angle of 282.22º degrees, saturation: 0.6, 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 #EEDBF6 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238219246-
CMYK0.030.1100.04
HSL282.22º60%91.18%-
HSV(B)282.22º10.98%96.47%-
XYZ77.2375.4997.69-
YUV227.76138.29135.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.85%
GREEN value IS 219 (85.94% from 255) = 31.15%
BLUE value IS 246 (96.48% from 255) = 34.99%
R=33.85%
G=31.15%
B=34.99%

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
Decimal2382192460.030.1100.04282.226091.18
HexEEDBF63B0411a3c5b
Octal3563333663130443274133
Binary11101110110110111111011011101101001000110101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBF6; }

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

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

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

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

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

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

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

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