#ECCCFA

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

Shades of Blue Chalk #ECCCFA

Tints of Blue Chalk #ECCCFA

Color information

#ECCCFA (or 0xECCCFA) is unknown color: approx Blue Chalk. HEX triplet: EC, CC and FA. RGB value is (236,204,250). Sum of RGB (Red+Green+Blue) = 236+204+250=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 204 (80.08% from 255 or 29.57% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECCCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCFA is #133305. Grayscale: #DADADA. Windows color (decimal): -1258246 or 16436460. OLE color: 16436460.

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

Color convert

RGB236204250-
CMYK0.060.1800.02
HSL281.74º82.14%89.02%-
HSV(B)281.74º18.4%98.04%-
XYZ73.4467.9299.68-
YUV218.81145.6140.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.20%
GREEN value IS 204 (80.08% from 255) = 29.57%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=34.20%
G=29.57%
B=36.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362042500.060.1800.02281.7482.1489.02
HexECCCFA6120211a5259
Octal35431437262202432122131
Binary1110110011001100111110101101001001010001101010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCCFA; }

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

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

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

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

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

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

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

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