#ECD6FA

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

Shades of Blue Chalk #ECD6FA

Tints of Blue Chalk #ECD6FA

Color information

#ECD6FA (or 0xECD6FA) is unknown color: approx Blue Chalk. HEX triplet: EC, D6 and FA. RGB value is (236,214,250). Sum of RGB (Red+Green+Blue) = 236+214+250=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 214 (83.98% from 255 or 30.57% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECD6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD6FA is #132905. Grayscale: #E0E0E0. Windows color (decimal): -1255686 or 16439020. OLE color: 16439020.

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

Color convert

RGB236214250-
CMYK0.060.1400.02
HSL276.67º78.26%90.98%-
HSV(B)276.67º14.4%98.04%-
XYZ75.8972.83100.5-
YUV224.68142.29136.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.71%
GREEN value IS 214 (83.98% from 255) = 30.57%
BLUE value IS 250 (98.05% from 255) = 35.71%
R=33.71%
G=30.57%
B=35.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362142500.060.1400.02276.6778.2690.98
HexECD6FA6E021154e5b
Octal35432637261602425116133
Binary111011001101011011111010110111001010001010110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6FA; }

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

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

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

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

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

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

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

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