#EEDAF7

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

Shades of Blue Chalk #EEDAF7

Tints of Blue Chalk #EEDAF7

Color information

#EEDAF7 (or 0xEEDAF7) is unknown color: approx Blue Chalk. HEX triplet: EE, DA and F7. RGB value is (238,218,247). Sum of RGB (Red+Green+Blue) = 238+218+247=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 218 (85.55% from 255 or 31.01% from 703); Blue value is 247 (96.88% from 255 or 35.14% from 703); Max value from RGB is 247 - color contains mainly: blue. Hex color #EEDAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAF7 is #112508. Grayscale: #E3E3E3. Windows color (decimal): -1123593 or 16243438. OLE color: 16243438.

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

Color convert

RGB238218247-
CMYK0.040.1200.03
HSL281.38º64.44%91.18%-
HSV(B)281.38º11.74%96.86%-
XYZ77.1275.0498.41-
YUV227.29139.13135.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.85%
GREEN value IS 218 (85.55% from 255) = 31.01%
BLUE value IS 247 (96.88% from 255) = 35.14%
R=33.85%
G=31.01%
B=35.14%

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
Decimal2382182470.040.1200.03281.3864.4491.18
HexEEDAF74C03119405b
Octal35633236741403431100133
Binary111011101101101011110111100110001110001100110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAF7; }

 p { color: rgb(238,218,247); }

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

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

 a { background-color: rgb(238,218,247); }

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

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

 span { border-color: rgb(238,218,247); }

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