#EDD2F7

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

Shades of Blue Chalk #EDD2F7

Tints of Blue Chalk #EDD2F7

Color information

#EDD2F7 (or 0xEDD2F7) is unknown color: approx Blue Chalk. HEX triplet: ED, D2 and F7. RGB value is (237,210,247). Sum of RGB (Red+Green+Blue) = 237+210+247=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 210 (82.42% from 255 or 30.26% from 694); Blue value is 247 (96.88% from 255 or 35.59% from 694); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDD2F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD2F7 is #122D08. Grayscale: #DEDEDE. Windows color (decimal): -1191177 or 16241389. OLE color: 16241389.

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

Color convert

RGB237210247-
CMYK0.040.1500.03
HSL283.78º69.81%89.61%-
HSV(B)283.78º14.98%96.86%-
XYZ74.7670.8197.72-
YUV222.29141.95138.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.15%
GREEN value IS 210 (82.42% from 255) = 30.26%
BLUE value IS 247 (96.88% from 255) = 35.59%
R=34.15%
G=30.26%
B=35.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372102470.040.1500.03283.7869.8189.61
HexEDD2F74F0311c465a
Octal35532236741703434106132
Binary111011011101001011110111100111101110001110010001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD2F7; }

 p { color: rgb(237,210,247); }

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

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

 a { background-color: rgb(237,210,247); }

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

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

 span { border-color: rgb(237,210,247); }

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