#EEDBFC

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

Shades of Blue Chalk #EEDBFC

Tints of Blue Chalk #EEDBFC

Color information

#EEDBFC (or 0xEEDBFC) is unknown color: approx Blue Chalk. HEX triplet: EE, DB and FC. RGB value is (238,219,252). Sum of RGB (Red+Green+Blue) = 238+219+252=709 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.57% from 709); Green value is 219 (85.94% from 255 or 30.89% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEDBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDBFC is #112403. Grayscale: #E4E4E4. Windows color (decimal): -1123332 or 16571374. OLE color: 16571374.

HSL color Cylindrical-coordinate representation of color #EEDBFC: hue angle of 274.55º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEDBFC is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238219252-
CMYK0.060.1300.01
HSL274.55º84.62%92.35%-
HSV(B)274.55º13.1%98.82%-
XYZ78.1675.87102.62-
YUV228.44141.29134.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.57%
GREEN value IS 219 (85.94% from 255) = 30.89%
BLUE value IS 252 (98.83% from 255) = 35.54%
R=33.57%
G=30.89%
B=35.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382192520.060.1300.01274.5584.6292.35
HexEEDBFC6D01113555c
Octal35633337461501423125134
Binary11101110110110111111110011011010110001001110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBFC; }

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

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

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

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

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

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

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

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