#ECD7F3

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

Shades of Blue Chalk #ECD7F3

Tints of Blue Chalk #ECD7F3

Color information

#ECD7F3 (or 0xECD7F3) is unknown color: approx Blue Chalk. HEX triplet: EC, D7 and F3. RGB value is (236,215,243). Sum of RGB (Red+Green+Blue) = 236+215+243=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 215 (84.38% from 255 or 30.98% from 694); Blue value is 243 (95.31% from 255 or 35.01% from 694); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECD7F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD7F3 is #13280C. Grayscale: #E0E0E0. Windows color (decimal): -1255437 or 15980524. OLE color: 15980524.

HSL color Cylindrical-coordinate representation of color #ECD7F3: hue angle of 285º degrees, saturation: 0.54, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECD7F3 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236215243-
CMYK0.030.1200.05
HSL285º53.85%89.8%-
HSV(B)285º11.52%95.29%-
XYZ75.0772.994.91-
YUV224.47138.46136.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.01%
GREEN value IS 215 (84.38% from 255) = 30.98%
BLUE value IS 243 (95.31% from 255) = 35.01%
R=34.01%
G=30.98%
B=35.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362152430.030.1200.0528553.8589.8
HexECD7F33C0511d365a
Octal3543273633140543566132
Binary11101100110101111111001111110001011000111011101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD7F3; }

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

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

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

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

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

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

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

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