#EDCFFF

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

Shades of Blue Chalk #EDCFFF

Tints of Blue Chalk #EDCFFF

Color information

#EDCFFF (or 0xEDCFFF) is unknown color: approx Blue Chalk. HEX triplet: ED, CF and FF. RGB value is (237,207,255). Sum of RGB (Red+Green+Blue) = 237+207+255=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 207 (81.25% from 255 or 29.61% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDCFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCFFF is #123000. Grayscale: #DDDDDD. Windows color (decimal): -1191937 or 16764909. OLE color: 16764909.

HSL color Cylindrical-coordinate representation of color #EDCFFF: hue angle of 277.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDCFFF is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB237207255-
CMYK0.070.1900
HSL277.5º100%90.59%-
HSV(B)277.5º18.82%100%-
XYZ75.2969.85104.12-
YUV221.44146.94139.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.91%
GREEN value IS 207 (81.25% from 255) = 29.61%
BLUE value IS 255 (100% from 255) = 36.48%
R=33.91%
G=29.61%
B=36.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372072550.070.1900277.510090.59
HexEDCFFF71300116645b
Octal35531737772300426144133
Binary111011011100111111111111111100110010001011011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFFF; }

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

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

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

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

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

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

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

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