#ECD8FE

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

Shades of Blue Chalk #ECD8FE

Tints of Blue Chalk #ECD8FE

Color information

#ECD8FE (or 0xECD8FE) is unknown color: approx Blue Chalk. HEX triplet: EC, D8 and FE. RGB value is (236,216,254). Sum of RGB (Red+Green+Blue) = 236+216+254=706 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.43% from 706); Green value is 216 (84.77% from 255 or 30.59% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECD8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8FE is #132701. Grayscale: #E2E2E2. Windows color (decimal): -1255170 or 16701676. OLE color: 16701676.

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

Color convert

RGB236216254-
CMYK0.070.1500.00
HSL271.58º95%92.16%-
HSV(B)271.58º14.96%99.61%-
XYZ77.0474.1104.01-
YUV226.31143.63134.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.43%
GREEN value IS 216 (84.77% from 255) = 30.59%
BLUE value IS 254 (99.61% from 255) = 35.98%
R=33.43%
G=30.59%
B=35.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2362162540.070.1500.00271.589592.16
HexECD8FE7F001105f5c
Octal35433037671700420137134
Binary11101100110110001111111011111110010001000010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD8FE; }

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

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

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

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

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

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

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

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