#ECD5F3

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

Shades of Blue Chalk #ECD5F3

Tints of Blue Chalk #ECD5F3

Color information

#ECD5F3 (or 0xECD5F3) is unknown color: approx Blue Chalk. HEX triplet: EC, D5 and F3. RGB value is (236,213,243). Sum of RGB (Red+Green+Blue) = 236+213+243=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 213 (83.59% from 255 or 30.78% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECD5F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD5F3 is #132A0C. Grayscale: #DFDFDF. Windows color (decimal): -1255949 or 15980012. OLE color: 15980012.

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

Color convert

RGB236213243-
CMYK0.030.1200.05
HSL286º55.56%89.41%-
HSV(B)286º12.35%95.29%-
XYZ74.5671.8994.74-
YUV223.3139.12137.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.10%
GREEN value IS 213 (83.59% from 255) = 30.78%
BLUE value IS 243 (95.31% from 255) = 35.12%
R=34.10%
G=30.78%
B=35.12%

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
Decimal2362132430.030.1200.0528655.5689.41
HexECD5F33C0511e3859
Octal3543253633140543670131
Binary11101100110101011111001111110001011000111101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD5F3; }

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

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

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

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

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

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

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

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