#EDCEF6

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

Shades of Blue Chalk #EDCEF6

Tints of Blue Chalk #EDCEF6

Color information

#EDCEF6 (or 0xEDCEF6) is unknown color: approx Blue Chalk. HEX triplet: ED, CE and F6. RGB value is (237,206,246). Sum of RGB (Red+Green+Blue) = 237+206+246=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 206 (80.86% from 255 or 29.90% from 689); Blue value is 246 (96.48% from 255 or 35.70% from 689); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDCEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCEF6 is #123109. Grayscale: #DBDBDB. Windows color (decimal): -1192202 or 16174829. OLE color: 16174829.

HSL color Cylindrical-coordinate representation of color #EDCEF6: hue angle of 286.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDCEF6 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237206246-
CMYK0.040.1600.04
HSL286.5º68.97%88.63%-
HSV(B)286.5º16.26%96.47%-
XYZ73.6368.896.59-
YUV219.83142.77140.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.40%
GREEN value IS 206 (80.86% from 255) = 29.90%
BLUE value IS 246 (96.48% from 255) = 35.70%
R=34.40%
G=29.90%
B=35.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372062460.040.1600.04286.568.9788.63
HexEDCEF64100411e4559
Octal35531636642004436105131
Binary11101101110011101111011010010000010010001111010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEF6; }

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

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

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

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

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

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

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

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