#ECC6FA

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

Shades of Blue Chalk #ECC6FA

Tints of Blue Chalk #ECC6FA

Color information

#ECC6FA (or 0xECC6FA) is unknown color: approx Blue Chalk. HEX triplet: EC, C6 and FA. RGB value is (236,198,250). Sum of RGB (Red+Green+Blue) = 236+198+250=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 198 (77.73% from 255 or 28.95% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECC6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC6FA is #133905. Grayscale: #D7D7D7. Windows color (decimal): -1259782 or 16434924. OLE color: 16434924.

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

Color convert

RGB236198250-
CMYK0.060.2100.02
HSL283.85º83.87%87.84%-
HSV(B)283.85º20.8%98.04%-
XYZ72.0465.1299.22-
YUV215.29147.59142.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.50%
GREEN value IS 198 (77.73% from 255) = 28.95%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=34.50%
G=28.95%
B=36.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361982500.060.2100.02283.8583.8787.84
HexECC6FA6150211c5458
Octal35430637262502434124130
Binary1110110011000110111110101101010101010001110010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC6FA; }

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

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

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

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

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

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

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

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