#EDCBFC

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

Shades of Blue Chalk #EDCBFC

Tints of Blue Chalk #EDCBFC

Color information

#EDCBFC (or 0xEDCBFC) is unknown color: approx Blue Chalk. HEX triplet: ED, CB and FC. RGB value is (237,203,252). Sum of RGB (Red+Green+Blue) = 237+203+252=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 203 (79.69% from 255 or 29.34% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDCBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCBFC is #123403. Grayscale: #DADADA. Windows color (decimal): -1192964 or 16567277. OLE color: 16567277.

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

Color convert

RGB237203252-
CMYK0.060.1900.01
HSL281.63º89.09%89.22%-
HSV(B)281.63º19.44%98.82%-
XYZ73.8567.74101.28-
YUV218.75146.76141.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.25%
GREEN value IS 203 (79.69% from 255) = 29.34%
BLUE value IS 252 (98.83% from 255) = 36.42%
R=34.25%
G=29.34%
B=36.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372032520.060.1900.01281.6389.0989.22
HexEDCBFC6130111a5959
Octal35531337462301432131131
Binary111011011100101111111100110100110110001101010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBFC; }

 p { color: rgb(237,203,252); }

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

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

 a { background-color: rgb(237,203,252); }

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

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

 span { border-color: rgb(237,203,252); }

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