#ECD8FD

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

Shades of Blue Chalk #ECD8FD

Tints of Blue Chalk #ECD8FD

Color information

#ECD8FD (or 0xECD8FD) is unknown color: approx Blue Chalk. HEX triplet: EC, D8 and FD. RGB value is (236,216,253). Sum of RGB (Red+Green+Blue) = 236+216+253=705 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.48% from 705); Green value is 216 (84.77% from 255 or 30.64% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECD8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8FD is #132702. Grayscale: #E2E2E2. Windows color (decimal): -1255171 or 16636140. OLE color: 16636140.

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

Color convert

RGB236216253-
CMYK0.070.1500.01
HSL272.43º90.24%91.96%-
HSV(B)272.43º14.62%99.22%-
XYZ76.8874.04103.17-
YUV226.2143.13134.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.48%
GREEN value IS 216 (84.77% from 255) = 30.64%
BLUE value IS 253 (99.22% from 255) = 35.89%
R=33.48%
G=30.64%
B=35.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362162530.070.1500.01272.4390.2491.96
HexECD8FD7F011105a5c
Octal35433037571701420132134
Binary11101100110110001111110111111110110001000010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD8FD; }

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

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

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

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

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

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

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

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