#EDCEFE

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

Shades of Blue Chalk #EDCEFE

Tints of Blue Chalk #EDCEFE

Color information

#EDCEFE (or 0xEDCEFE) is unknown color: approx Blue Chalk. HEX triplet: ED, CE and FE. RGB value is (237,206,254). Sum of RGB (Red+Green+Blue) = 237+206+254=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 206 (80.86% from 255 or 29.56% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDCEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCEFE is #123101. Grayscale: #DCDCDC. Windows color (decimal): -1192194 or 16699117. OLE color: 16699117.

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

Color convert

RGB237206254-
CMYK0.070.1900.00
HSL278.75º96%90.2%-
HSV(B)278.75º18.9%99.61%-
XYZ74.8969.3103.2-
YUV220.74146.77139.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.00%
GREEN value IS 206 (80.86% from 255) = 29.56%
BLUE value IS 254 (99.61% from 255) = 36.44%
R=34.00%
G=29.56%
B=36.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372062540.070.1900.00278.759690.2
HexEDCEFE71300117605a
Octal35531637672300427140132
Binary111011011100111011111110111100110010001011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEFE; }

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

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

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

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

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

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

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

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