#ECCEFA

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

Shades of Blue Chalk #ECCEFA

Tints of Blue Chalk #ECCEFA

Color information

#ECCEFA (or 0xECCEFA) is unknown color: approx Blue Chalk. HEX triplet: EC, CE and FA. RGB value is (236,206,250). Sum of RGB (Red+Green+Blue) = 236+206+250=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 206 (80.86% from 255 or 29.77% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECCEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCEFA is #133105. Grayscale: #DBDBDB. Windows color (decimal): -1257734 or 16436972. OLE color: 16436972.

HSL color Cylindrical-coordinate representation of color #ECCEFA: hue angle of 280.91º degrees, saturation: 0.81, 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 #ECCEFA is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236206250-
CMYK0.060.1800.02
HSL280.91º81.48%89.41%-
HSV(B)280.91º17.6%98.04%-
XYZ73.9268.8899.84-
YUV219.99144.94139.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.10%
GREEN value IS 206 (80.86% from 255) = 29.77%
BLUE value IS 250 (98.05% from 255) = 36.13%
R=34.10%
G=29.77%
B=36.13%

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
Decimal2362062500.060.1800.02280.9181.4889.41
HexECCEFA612021195159
Octal35431637262202431121131
Binary1110110011001110111110101101001001010001100110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCEFA; }

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

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

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

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

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

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

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

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