#ECC8FC

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

Shades of Blue Chalk #ECC8FC

Tints of Blue Chalk #ECC8FC

Color information

#ECC8FC (or 0xECC8FC) is unknown color: approx Blue Chalk. HEX triplet: EC, C8 and FC. RGB value is (236,200,252). Sum of RGB (Red+Green+Blue) = 236+200+252=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 200 (78.52% from 255 or 29.07% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECC8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC8FC is #133703. Grayscale: #D8D8D8. Windows color (decimal): -1259268 or 16566508. OLE color: 16566508.

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

Color convert

RGB236200252-
CMYK0.060.2100.01
HSL281.54º89.66%88.63%-
HSV(B)281.54º20.63%98.82%-
XYZ72.8266.17101.03-
YUV216.69147.93141.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.30%
GREEN value IS 200 (78.52% from 255) = 29.07%
BLUE value IS 252 (98.83% from 255) = 36.63%
R=34.30%
G=29.07%
B=36.63%

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
Decimal2362002520.060.2100.01281.5489.6688.63
HexECC8FC6150111a5a59
Octal35431037462501432132131
Binary111011001100100011111100110101010110001101010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC8FC; }

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

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

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

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

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

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

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

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