#ECD8FC

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

Shades of Blue Chalk #ECD8FC

Tints of Blue Chalk #ECD8FC

Color information

#ECD8FC (or 0xECD8FC) is unknown color: approx Blue Chalk. HEX triplet: EC, D8 and FC. RGB value is (236,216,252). Sum of RGB (Red+Green+Blue) = 236+216+252=704 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.52% from 704); Green value is 216 (84.77% from 255 or 30.68% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECD8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8FC is #132703. Grayscale: #E1E1E1. Windows color (decimal): -1255172 or 16570604. OLE color: 16570604.

HSL color Cylindrical-coordinate representation of color #ECD8FC: hue angle of 273.33º degrees, saturation: 0.86, 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 #ECD8FC is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236216252-
CMYK0.060.1400.01
HSL273.33º85.71%91.76%-
HSV(B)273.33º14.29%98.82%-
XYZ76.7273.97102.33-
YUV226.08142.63135.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.52%
GREEN value IS 216 (84.77% from 255) = 30.68%
BLUE value IS 252 (98.83% from 255) = 35.80%
R=33.52%
G=30.68%
B=35.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362162520.060.1400.01273.3385.7191.76
HexECD8FC6E01111565c
Octal35433037461601421126134
Binary11101100110110001111110011011100110001000110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD8FC; }

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

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

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

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

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

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

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

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