#EDCBF9

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

Shades of Blue Chalk #EDCBF9

Tints of Blue Chalk #EDCBF9

Color information

#EDCBF9 (or 0xEDCBF9) is unknown color: approx Blue Chalk. HEX triplet: ED, CB and F9. RGB value is (237,203,249). Sum of RGB (Red+Green+Blue) = 237+203+249=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 203 (79.69% from 255 or 29.46% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDCBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCBF9 is #123406. Grayscale: #DADADA. Windows color (decimal): -1192967 or 16370669. OLE color: 16370669.

HSL color Cylindrical-coordinate representation of color #EDCBF9: hue angle of 284.35º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDCBF9 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237203249-
CMYK0.050.1800.02
HSL284.35º79.31%88.63%-
HSV(B)284.35º18.47%97.65%-
XYZ73.3867.5698.79-
YUV218.41145.26141.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.40%
GREEN value IS 203 (79.69% from 255) = 29.46%
BLUE value IS 249 (97.66% from 255) = 36.14%
R=34.40%
G=29.46%
B=36.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372032490.050.1800.02284.3579.3188.63
HexEDCBF95120211c4f59
Octal35531337152202434117131
Binary1110110111001011111110011011001001010001110010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBF9; }

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

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

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

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

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

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

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

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