#ECD8FA

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

Shades of Blue Chalk #ECD8FA

Tints of Blue Chalk #ECD8FA

Color information

#ECD8FA (or 0xECD8FA) is unknown color: approx Blue Chalk. HEX triplet: EC, D8 and FA. RGB value is (236,216,250). Sum of RGB (Red+Green+Blue) = 236+216+250=702 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.62% from 702); Green value is 216 (84.77% from 255 or 30.77% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECD8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8FA is #132705. Grayscale: #E1E1E1. Windows color (decimal): -1255174 or 16439532. OLE color: 16439532.

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

Color convert

RGB236216250-
CMYK0.060.1400.02
HSL275.29º77.27%91.37%-
HSV(B)275.29º13.6%98.04%-
XYZ76.473.85100.67-
YUV225.86141.63135.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.62%
GREEN value IS 216 (84.77% from 255) = 30.77%
BLUE value IS 250 (98.05% from 255) = 35.61%
R=33.62%
G=30.77%
B=35.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362162500.060.1400.02275.2977.2791.37
HexECD8FA6E021134d5b
Octal35433037261602423115133
Binary111011001101100011111010110111001010001001110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD8FA; }

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

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

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

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

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

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

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

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