#ECD3F5

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

Shades of Blue Chalk #ECD3F5

Tints of Blue Chalk #ECD3F5

Color information

#ECD3F5 (or 0xECD3F5) is unknown color: approx Blue Chalk. HEX triplet: EC, D3 and F5. RGB value is (236,211,245). Sum of RGB (Red+Green+Blue) = 236+211+245=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 211 (82.81% from 255 or 30.49% from 692); Blue value is 245 (96.09% from 255 or 35.40% from 692); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECD3F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD3F5 is #132C0A. Grayscale: #DEDEDE. Windows color (decimal): -1256459 or 16110572. OLE color: 16110572.

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

Color convert

RGB236211245-
CMYK0.040.1400.04
HSL284.12º62.96%89.41%-
HSV(B)284.12º13.88%96.08%-
XYZ74.3771.0196.17-
YUV222.35140.78137.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.10%
GREEN value IS 211 (82.81% from 255) = 30.49%
BLUE value IS 245 (96.09% from 255) = 35.40%
R=34.10%
G=30.49%
B=35.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362112450.040.1400.04284.1262.9689.41
HexECD3F54E0411c3f59
Octal3543233654160443477131
Binary111011001101001111110101100111001001000111001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD3F5; }

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

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

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

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

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

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

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

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