#EDCFF8

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

Shades of Blue Chalk #EDCFF8

Tints of Blue Chalk #EDCFF8

Color information

#EDCFF8 (or 0xEDCFF8) is unknown color: approx Blue Chalk. HEX triplet: ED, CF and F8. RGB value is (237,207,248). Sum of RGB (Red+Green+Blue) = 237+207+248=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 207 (81.25% from 255 or 29.91% from 692); Blue value is 248 (97.27% from 255 or 35.84% from 692); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDCFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCFF8 is #123007. Grayscale: #DCDCDC. Windows color (decimal): -1191944 or 16306157. OLE color: 16306157.

HSL color Cylindrical-coordinate representation of color #EDCFF8: hue angle of 283.9º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDCFF8 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB237207248-
CMYK0.040.1700.03
HSL283.9º74.55%89.22%-
HSV(B)283.9º16.53%97.25%-
XYZ74.1869.4198.29-
YUV220.64143.44139.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.25%
GREEN value IS 207 (81.25% from 255) = 29.91%
BLUE value IS 248 (97.27% from 255) = 35.84%
R=34.25%
G=29.91%
B=35.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372072480.040.1700.03283.974.5589.22
HexEDCFF84110311c4b59
Octal35531737042103434113131
Binary1110110111001111111110001001000101110001110010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFF8; }

 p { color: rgb(237,207,248); }

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

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

 a { background-color: rgb(237,207,248); }

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

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

 span { border-color: rgb(237,207,248); }

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