#EDC5FB

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

Shades of Blue Chalk #EDC5FB

Tints of Blue Chalk #EDC5FB

Color information

#EDC5FB (or 0xEDC5FB) is unknown color: approx Blue Chalk. HEX triplet: ED, C5 and FB. RGB value is (237,197,251). Sum of RGB (Red+Green+Blue) = 237+197+251=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 197 (77.34% from 255 or 28.76% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDC5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC5FB is #123A04. Grayscale: #D6D6D6. Windows color (decimal): -1194501 or 16500205. OLE color: 16500205.

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

Color convert

RGB237197251-
CMYK0.060.2200.02
HSL284.44º87.1%87.84%-
HSV(B)284.44º21.51%98.43%-
XYZ72.364.999.98-
YUV215.12148.25143.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 197 (77.34% from 255) = 28.76%
BLUE value IS 251 (98.44% from 255) = 36.64%
R=34.60%
G=28.76%
B=36.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371972510.060.2200.02284.4487.187.84
HexEDC5FB6160211c5758
Octal35530537362602434127130
Binary1110110111000101111110111101011001010001110010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC5FB; }

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

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

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

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

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

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

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

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