#EDD9FF

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

Shades of Blue Chalk #EDD9FF

Tints of Blue Chalk #EDD9FF

Color information

#EDD9FF (or 0xEDD9FF) is unknown color: approx Blue Chalk. HEX triplet: ED, D9 and FF. RGB value is (237,217,255). Sum of RGB (Red+Green+Blue) = 237+217+255=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 217 (85.16% from 255 or 30.61% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDD9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9FF is #122600. Grayscale: #E3E3E3. Windows color (decimal): -1189377 or 16767469. OLE color: 16767469.

HSL color Cylindrical-coordinate representation of color #EDD9FF: hue angle of 271.58º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDD9FF is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB237217255-
CMYK0.070.1500
HSL271.58º100%92.55%-
HSV(B)271.58º14.9%100%-
XYZ77.7974.85104.96-
YUV227.31143.63134.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.43%
GREEN value IS 217 (85.16% from 255) = 30.61%
BLUE value IS 255 (100% from 255) = 35.97%
R=33.43%
G=30.61%
B=35.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372172550.070.1500271.5810092.55
HexEDD9FF7F00110645d
Octal35533137771700420144135
Binary11101101110110011111111111111110010001000011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD9FF; }

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

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

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

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

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

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

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

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