#EDD9F3

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

Shades of Blue Chalk #EDD9F3

Tints of Blue Chalk #EDD9F3

Color information

#EDD9F3 (or 0xEDD9F3) is unknown color: approx Blue Chalk. HEX triplet: ED, D9 and F3. RGB value is (237,217,243). Sum of RGB (Red+Green+Blue) = 237+217+243=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 217 (85.16% from 255 or 31.13% from 697); Blue value is 243 (95.31% from 255 or 34.86% from 697); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDD9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9F3 is #12260C. Grayscale: #E1E1E1. Windows color (decimal): -1189389 or 15981037. OLE color: 15981037.

HSL color Cylindrical-coordinate representation of color #EDD9F3: hue angle of 286.15º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDD9F3 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237217243-
CMYK0.020.1100.05
HSL286.15º52%90.2%-
HSV(B)286.15º10.7%95.29%-
XYZ75.9274.195.1-
YUV225.94137.63135.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.00%
GREEN value IS 217 (85.16% from 255) = 31.13%
BLUE value IS 243 (95.31% from 255) = 34.86%
R=34.00%
G=31.13%
B=34.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372172430.020.1100.05286.155290.2
HexEDD9F32B0511e345a
Octal3553313632130543664132
Binary11101101110110011111001110101101011000111101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD9F3; }

 p { color: rgb(237,217,243); }

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

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

 a { background-color: rgb(237,217,243); }

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

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

 span { border-color: rgb(237,217,243); }

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