#EDD7F3

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

Shades of Blue Chalk #EDD7F3

Tints of Blue Chalk #EDD7F3

Color information

#EDD7F3 (or 0xEDD7F3) is unknown color: approx Blue Chalk. HEX triplet: ED, D7 and F3. RGB value is (237,215,243). Sum of RGB (Red+Green+Blue) = 237+215+243=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 215 (84.38% from 255 or 30.94% from 695); Blue value is 243 (95.31% from 255 or 34.96% from 695); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDD7F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD7F3 is #12280C. Grayscale: #E0E0E0. Windows color (decimal): -1189901 or 15980525. OLE color: 15980525.

HSL color Cylindrical-coordinate representation of color #EDD7F3: hue angle of 287.14º degrees, saturation: 0.54, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD7F3 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237215243-
CMYK0.020.1200.05
HSL287.14º53.85%89.8%-
HSV(B)287.14º11.52%95.29%-
XYZ75.473.0894.93-
YUV224.77138.29136.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.10%
GREEN value IS 215 (84.38% from 255) = 30.94%
BLUE value IS 243 (95.31% from 255) = 34.96%
R=34.10%
G=30.94%
B=34.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372152430.020.1200.05287.1453.8589.8
HexEDD7F32C0511f365a
Octal3553273632140543766132
Binary11101101110101111111001110110001011000111111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD7F3; }

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

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

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

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

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

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

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

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