#EEDBFA

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

Shades of Blue Chalk #EEDBFA

Tints of Blue Chalk #EEDBFA

Color information

#EEDBFA (or 0xEEDBFA) is unknown color: approx Blue Chalk. HEX triplet: EE, DB and FA. RGB value is (238,219,250). Sum of RGB (Red+Green+Blue) = 238+219+250=707 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.66% from 707); Green value is 219 (85.94% from 255 or 30.98% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEDBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDBFA is #112405. Grayscale: #E4E4E4. Windows color (decimal): -1123334 or 16440302. OLE color: 16440302.

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

Color convert

RGB238219250-
CMYK0.050.1200.02
HSL276.77º75.61%91.96%-
HSV(B)276.77º12.4%98.04%-
XYZ77.8575.74100.96-
YUV228.21140.29134.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.66%
GREEN value IS 219 (85.94% from 255) = 30.98%
BLUE value IS 250 (98.05% from 255) = 35.36%
R=33.66%
G=30.98%
B=35.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382192500.050.1200.02276.7775.6191.96
HexEEDBFA5C021154c5c
Octal35633337251402425114134
Binary111011101101101111111010101110001010001010110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBFA; }

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

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

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

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

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

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

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

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