#EDC7FB

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

Shades of Blue Chalk #EDC7FB

Tints of Blue Chalk #EDC7FB

Color information

#EDC7FB (or 0xEDC7FB) is unknown color: approx Blue Chalk. HEX triplet: ED, C7 and FB. RGB value is (237,199,251). Sum of RGB (Red+Green+Blue) = 237+199+251=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 199 (78.12% from 255 or 28.97% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDC7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC7FB is #123804. Grayscale: #D8D8D8. Windows color (decimal): -1193989 or 16500717. OLE color: 16500717.

HSL color Cylindrical-coordinate representation of color #EDC7FB: hue angle of 283.85º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDC7FB is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237199251-
CMYK0.060.2100.02
HSL283.85º86.67%88.24%-
HSV(B)283.85º20.72%98.43%-
XYZ72.7665.82100.14-
YUV216.29147.59142.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.50%
GREEN value IS 199 (78.12% from 255) = 28.97%
BLUE value IS 251 (98.44% from 255) = 36.54%
R=34.50%
G=28.97%
B=36.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371992510.060.2100.02283.8586.6788.24
HexEDC7FB6150211c5758
Octal35530737362502434127130
Binary1110110111000111111110111101010101010001110010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC7FB; }

 p { color: rgb(237,199,251); }

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

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

 a { background-color: rgb(237,199,251); }

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

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

 span { border-color: rgb(237,199,251); }

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