#EDD9FE

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

Shades of Blue Chalk #EDD9FE

Tints of Blue Chalk #EDD9FE

Color information

#EDD9FE (or 0xEDD9FE) is unknown color: approx Blue Chalk. HEX triplet: ED, D9 and FE. RGB value is (237,217,254). Sum of RGB (Red+Green+Blue) = 237+217+254=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 217 (85.16% from 255 or 30.65% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDD9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9FE is #122601. Grayscale: #E3E3E3. Windows color (decimal): -1189378 or 16701933. OLE color: 16701933.

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

Color convert

RGB237217254-
CMYK0.070.1500.00
HSL272.43º94.87%92.35%-
HSV(B)272.43º14.57%99.61%-
XYZ77.6374.79104.11-
YUV227.2143.13134.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.47%
GREEN value IS 217 (85.16% from 255) = 30.65%
BLUE value IS 254 (99.61% from 255) = 35.88%
R=33.47%
G=30.65%
B=35.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372172540.070.1500.00272.4394.8792.35
HexEDD9FE7F001105f5c
Octal35533137671700420137134
Binary11101101110110011111111011111110010001000010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD9FE; }

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

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

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

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

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

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

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

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