#ECC6FC

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

Shades of Blue Chalk #ECC6FC

Tints of Blue Chalk #ECC6FC

Color information

#ECC6FC (or 0xECC6FC) is unknown color: approx Blue Chalk. HEX triplet: EC, C6 and FC. RGB value is (236,198,252). Sum of RGB (Red+Green+Blue) = 236+198+252=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 198 (77.73% from 255 or 28.86% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECC6FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC6FC is #133903. Grayscale: #D7D7D7. Windows color (decimal): -1259780 or 16565996. OLE color: 16565996.

HSL color Cylindrical-coordinate representation of color #ECC6FC: hue angle of 282.22º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECC6FC is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236198252-
CMYK0.060.2100.01
HSL282.22º90%88.24%-
HSV(B)282.22º21.43%98.82%-
XYZ72.3665.25100.88-
YUV215.52148.59142.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.40%
GREEN value IS 198 (77.73% from 255) = 28.86%
BLUE value IS 252 (98.83% from 255) = 36.73%
R=34.40%
G=28.86%
B=36.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361982520.060.2100.01282.229088.24
HexECC6FC6150111a5a58
Octal35430637462501432132130
Binary111011001100011011111100110101010110001101010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC6FC; }

 p { color: rgb(236,198,252); }

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

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

 a { background-color: rgb(236,198,252); }

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

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

 span { border-color: rgb(236,198,252); }

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