#EEDCF5

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

Shades of Blue Chalk #EEDCF5

Tints of Blue Chalk #EEDCF5

Color information

#EEDCF5 (or 0xEEDCF5) is unknown color: approx Blue Chalk. HEX triplet: EE, DC and F5. RGB value is (238,220,245). Sum of RGB (Red+Green+Blue) = 238+220+245=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 245 (96.09% from 255 or 34.85% from 703); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEDCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCF5 is #11230A. Grayscale: #E4E4E4. Windows color (decimal): -1123083 or 16112878. OLE color: 16112878.

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

Color convert

RGB238220245-
CMYK0.030.1000.04
HSL283.2º55.56%91.18%-
HSV(B)283.2º10.2%96.08%-
XYZ77.3375.9696.97-
YUV228.23137.46134.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.85%
GREEN value IS 220 (86.33% from 255) = 31.29%
BLUE value IS 245 (96.09% from 255) = 34.85%
R=33.85%
G=31.29%
B=34.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382202450.030.1000.04283.255.5691.18
HexEEDCF53A0411b385b
Octal3563343653120443370133
Binary11101110110111001111010111101001001000110111110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCF5; }

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

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

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

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

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

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

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

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