#ECD9F5

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

Shades of Blue Chalk #ECD9F5

Tints of Blue Chalk #ECD9F5

Color information

#ECD9F5 (or 0xECD9F5) is unknown color: approx Blue Chalk. HEX triplet: EC, D9 and F5. RGB value is (236,217,245). Sum of RGB (Red+Green+Blue) = 236+217+245=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 217 (85.16% from 255 or 31.09% from 698); Blue value is 245 (96.09% from 255 or 35.10% from 698); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECD9F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD9F5 is #13260A. Grayscale: #E1E1E1. Windows color (decimal): -1254923 or 16112108. OLE color: 16112108.

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

Color convert

RGB236217245-
CMYK0.040.1100.04
HSL280.71º58.33%90.59%-
HSV(B)280.71º11.43%96.08%-
XYZ75.8974.0596.68-
YUV225.87138.79135.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.81%
GREEN value IS 217 (85.16% from 255) = 31.09%
BLUE value IS 245 (96.09% from 255) = 35.10%
R=33.81%
G=31.09%
B=35.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362172450.040.1100.04280.7158.3390.59
HexECD9F54B041193a5b
Octal3543313654130443172133
Binary111011001101100111110101100101101001000110011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9F5; }

 p { color: rgb(236,217,245); }

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

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

 a { background-color: rgb(236,217,245); }

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

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

 span { border-color: rgb(236,217,245); }

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