#EDD9FC

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

Shades of Blue Chalk #EDD9FC

Tints of Blue Chalk #EDD9FC

Color information

#EDD9FC (or 0xEDD9FC) is unknown color: approx Blue Chalk. HEX triplet: ED, D9 and FC. RGB value is (237,217,252). Sum of RGB (Red+Green+Blue) = 237+217+252=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 217 (85.16% from 255 or 30.74% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDD9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9FC is #122603. Grayscale: #E2E2E2. Windows color (decimal): -1189380 or 16570861. OLE color: 16570861.

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

Color convert

RGB237217252-
CMYK0.060.1400.01
HSL274.29º85.37%91.96%-
HSV(B)274.29º13.89%98.82%-
XYZ77.3174.66102.43-
YUV226.97142.13135.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.57%
GREEN value IS 217 (85.16% from 255) = 30.74%
BLUE value IS 252 (98.83% from 255) = 35.69%
R=33.57%
G=30.74%
B=35.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372172520.060.1400.01274.2985.3791.96
HexEDD9FC6E01112555c
Octal35533137461601422125134
Binary11101101110110011111110011011100110001001010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD9FC; }

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

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

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

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

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

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

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

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