#ECCFFA

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

Shades of Blue Chalk #ECCFFA

Tints of Blue Chalk #ECCFFA

Color information

#ECCFFA (or 0xECCFFA) is unknown color: approx Blue Chalk. HEX triplet: EC, CF and FA. RGB value is (236,207,250). Sum of RGB (Red+Green+Blue) = 236+207+250=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 207 (81.25% from 255 or 29.87% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECCFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCFFA is #133005. Grayscale: #DCDCDC. Windows color (decimal): -1257478 or 16437228. OLE color: 16437228.

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

Color convert

RGB236207250-
CMYK0.060.1700.02
HSL280.47º81.13%89.61%-
HSV(B)280.47º17.2%98.04%-
XYZ74.1669.3699.92-
YUV220.57144.61139-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.05%
GREEN value IS 207 (81.25% from 255) = 29.87%
BLUE value IS 250 (98.05% from 255) = 36.08%
R=34.05%
G=29.87%
B=36.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362072500.060.1700.02280.4781.1389.61
HexECCFFA61102118515a
Octal35431737262102430121132
Binary1110110011001111111110101101000101010001100010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFFA; }

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

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

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

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

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

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

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

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