#EDD7FD

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

Shades of Blue Chalk #EDD7FD

Tints of Blue Chalk #EDD7FD

Color information

#EDD7FD (or 0xEDD7FD) is unknown color: approx Blue Chalk. HEX triplet: ED, D7 and FD. RGB value is (237,215,253). Sum of RGB (Red+Green+Blue) = 237+215+253=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 215 (84.38% from 255 or 30.50% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDD7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD7FD is #122802. Grayscale: #E1E1E1. Windows color (decimal): -1189891 or 16635885. OLE color: 16635885.

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

Color convert

RGB237215253-
CMYK0.060.1500.01
HSL274.74º90.48%91.76%-
HSV(B)274.74º15.02%99.22%-
XYZ76.9673.7103.1-
YUV225.91143.29135.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.62%
GREEN value IS 215 (84.38% from 255) = 30.50%
BLUE value IS 253 (99.22% from 255) = 35.89%
R=33.62%
G=30.50%
B=35.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372152530.060.1500.01274.7490.4891.76
HexEDD7FD6F011135a5c
Octal35532737561701423132134
Binary11101101110101111111110111011110110001001110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD7FD; }

 p { color: rgb(237,215,253); }

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

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

 a { background-color: rgb(237,215,253); }

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

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

 span { border-color: rgb(237,215,253); }

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