#ECD9FA

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

Shades of Blue Chalk #ECD9FA

Tints of Blue Chalk #ECD9FA

Color information

#ECD9FA (or 0xECD9FA) is unknown color: approx Blue Chalk. HEX triplet: EC, D9 and FA. RGB value is (236,217,250). Sum of RGB (Red+Green+Blue) = 236+217+250=703 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.57% from 703); Green value is 217 (85.16% from 255 or 30.87% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECD9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD9FA is #132605. Grayscale: #E2E2E2. Windows color (decimal): -1254918 or 16439788. OLE color: 16439788.

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

Color convert

RGB236217250-
CMYK0.060.1300.02
HSL274.55º76.74%91.57%-
HSV(B)274.55º13.2%98.04%-
XYZ76.6674.36100.76-
YUV226.44141.29134.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.57%
GREEN value IS 217 (85.16% from 255) = 30.87%
BLUE value IS 250 (98.05% from 255) = 35.56%
R=33.57%
G=30.87%
B=35.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362172500.060.1300.02274.5576.7491.57
HexECD9FA6D021134d5c
Octal35433137261502423115134
Binary111011001101100111111010110110101010001001110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9FA; }

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

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

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

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

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

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

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

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