#ECD1FA

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

Shades of Blue Chalk #ECD1FA

Tints of Blue Chalk #ECD1FA

Color information

#ECD1FA (or 0xECD1FA) is unknown color: approx Blue Chalk. HEX triplet: EC, D1 and FA. RGB value is (236,209,250). Sum of RGB (Red+Green+Blue) = 236+209+250=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 209 (82.03% from 255 or 30.07% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECD1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD1FA is #132E05. Grayscale: #DDDDDD. Windows color (decimal): -1256966 or 16437740. OLE color: 16437740.

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

Color convert

RGB236209250-
CMYK0.060.1600.02
HSL279.51º80.39%90%-
HSV(B)279.51º16.4%98.04%-
XYZ74.6570.34100.08-
YUV221.75143.95138.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.96%
GREEN value IS 209 (82.03% from 255) = 30.07%
BLUE value IS 250 (98.05% from 255) = 35.97%
R=33.96%
G=30.07%
B=35.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362092500.060.1600.02279.5180.3990
HexECD1FA61002118505a
Octal35432137262002430120132
Binary1110110011010001111110101101000001010001100010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD1FA; }

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

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

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

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

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

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

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

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