#ECD7F6

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

Shades of Blue Chalk #ECD7F6

Tints of Blue Chalk #ECD7F6

Color information

#ECD7F6 (or 0xECD7F6) is unknown color: approx Blue Chalk. HEX triplet: EC, D7 and F6. RGB value is (236,215,246). Sum of RGB (Red+Green+Blue) = 236+215+246=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 215 (84.38% from 255 or 30.85% from 697); Blue value is 246 (96.48% from 255 or 35.29% from 697); Max value from RGB is 246 - color contains mainly: blue. Hex color #ECD7F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD7F6 is #132809. Grayscale: #E0E0E0. Windows color (decimal): -1255434 or 16177132. OLE color: 16177132.

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

Color convert

RGB236215246-
CMYK0.040.1300.04
HSL280.65º63.27%90.39%-
HSV(B)280.65º12.6%96.47%-
XYZ75.5373.0997.32-
YUV224.81139.96135.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.86%
GREEN value IS 215 (84.38% from 255) = 30.85%
BLUE value IS 246 (96.48% from 255) = 35.29%
R=33.86%
G=30.85%
B=35.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362152460.040.1300.04280.6563.2790.39
HexECD7F64D041193f5a
Octal3543273664150443177132
Binary111011001101011111110110100110101001000110011111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD7F6; }

 p { color: rgb(236,215,246); }

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

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

 a { background-color: rgb(236,215,246); }

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

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

 span { border-color: rgb(236,215,246); }

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