#ECD9FD

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

Shades of Blue Chalk #ECD9FD

Tints of Blue Chalk #ECD9FD

Color information

#ECD9FD (or 0xECD9FD) is unknown color: approx Blue Chalk. HEX triplet: EC, D9 and FD. RGB value is (236,217,253). Sum of RGB (Red+Green+Blue) = 236+217+253=706 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.43% from 706); Green value is 217 (85.16% from 255 or 30.74% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECD9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD9FD is #132602. Grayscale: #E2E2E2. Windows color (decimal): -1254915 or 16636396. OLE color: 16636396.

HSL color Cylindrical-coordinate representation of color #ECD9FD: hue angle of 271.67º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECD9FD is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236217253-
CMYK0.070.1400.01
HSL271.67º90%92.16%-
HSV(B)271.67º14.23%99.22%-
XYZ77.1374.55103.25-
YUV226.78142.79134.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.43%
GREEN value IS 217 (85.16% from 255) = 30.74%
BLUE value IS 253 (99.22% from 255) = 35.84%
R=33.43%
G=30.74%
B=35.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362172530.070.1400.01271.679092.16
HexECD9FD7E011105a5c
Octal35433137571601420132134
Binary11101100110110011111110111111100110001000010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9FD; }

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

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

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

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

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

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

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

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