#ECD5FA

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

Shades of Blue Chalk #ECD5FA

Tints of Blue Chalk #ECD5FA

Color information

#ECD5FA (or 0xECD5FA) is unknown color: approx Blue Chalk. HEX triplet: EC, D5 and FA. RGB value is (236,213,250). Sum of RGB (Red+Green+Blue) = 236+213+250=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 213 (83.59% from 255 or 30.47% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECD5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD5FA is #132A05. Grayscale: #DFDFDF. Windows color (decimal): -1255942 or 16438764. OLE color: 16438764.

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

Color convert

RGB236213250-
CMYK0.060.1500.02
HSL277.3º78.72%90.78%-
HSV(B)277.3º14.8%98.04%-
XYZ75.6472.32100.42-
YUV224.09142.62136.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.76%
GREEN value IS 213 (83.59% from 255) = 30.47%
BLUE value IS 250 (98.05% from 255) = 35.77%
R=33.76%
G=30.47%
B=35.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362132500.060.1500.02277.378.7290.78
HexECD5FA6F021154f5b
Octal35432537261702425117133
Binary111011001101010111111010110111101010001010110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD5FA; }

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

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

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

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

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

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

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

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