#EDCEFF

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

Shades of Blue Chalk #EDCEFF

Tints of Blue Chalk #EDCEFF

Color information

#EDCEFF (or 0xEDCEFF) is unknown color: approx Blue Chalk. HEX triplet: ED, CE and FF. RGB value is (237,206,255). Sum of RGB (Red+Green+Blue) = 237+206+255=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 206 (80.86% from 255 or 29.51% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDCEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCEFF is #123100. Grayscale: #DCDCDC. Windows color (decimal): -1192193 or 16764653. OLE color: 16764653.

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

Color convert

RGB237206255-
CMYK0.070.1900
HSL277.96º100%90.39%-
HSV(B)277.96º19.22%100%-
XYZ75.0569.37104.04-
YUV220.86147.27139.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.95%
GREEN value IS 206 (80.86% from 255) = 29.51%
BLUE value IS 255 (100% from 255) = 36.53%
R=33.95%
G=29.51%
B=36.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372062550.070.1900277.9610090.39
HexEDCEFF71300116645a
Octal35531637772300426144132
Binary111011011100111011111111111100110010001011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEFF; }

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

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

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

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

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

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

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

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