#ECD6F3

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

Shades of Blue Chalk #ECD6F3

Tints of Blue Chalk #ECD6F3

Color information

#ECD6F3 (or 0xECD6F3) is unknown color: approx Blue Chalk. HEX triplet: EC, D6 and F3. RGB value is (236,214,243). Sum of RGB (Red+Green+Blue) = 236+214+243=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 214 (83.98% from 255 or 30.88% from 693); Blue value is 243 (95.31% from 255 or 35.06% from 693); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECD6F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD6F3 is #13290C. Grayscale: #DFDFDF. Windows color (decimal): -1255693 or 15980268. OLE color: 15980268.

HSL color Cylindrical-coordinate representation of color #ECD6F3: hue angle of 285.52º degrees, saturation: 0.55, 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 #ECD6F3 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236214243-
CMYK0.030.1200.05
HSL285.52º54.72%89.61%-
HSV(B)285.52º11.93%95.29%-
XYZ74.8272.494.82-
YUV223.88138.79136.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.05%
GREEN value IS 214 (83.98% from 255) = 30.88%
BLUE value IS 243 (95.31% from 255) = 35.06%
R=34.05%
G=30.88%
B=35.06%

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
Decimal2362142430.030.1200.05285.5254.7289.61
HexECD6F33C0511e375a
Octal3543263633140543667132
Binary11101100110101101111001111110001011000111101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6F3; }

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

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

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

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

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

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

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

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