#ECD3F8

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

Shades of Blue Chalk #ECD3F8

Tints of Blue Chalk #ECD3F8

Color information

#ECD3F8 (or 0xECD3F8) is unknown color: approx Blue Chalk. HEX triplet: EC, D3 and F8. RGB value is (236,211,248). Sum of RGB (Red+Green+Blue) = 236+211+248=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 211 (82.81% from 255 or 30.36% from 695); Blue value is 248 (97.27% from 255 or 35.68% from 695); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECD3F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD3F8 is #132C07. Grayscale: #DEDEDE. Windows color (decimal): -1256456 or 16307180. OLE color: 16307180.

HSL color Cylindrical-coordinate representation of color #ECD3F8: hue angle of 280.54º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECD3F8 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB236211248-
CMYK0.050.1500.03
HSL280.54º72.55%90%-
HSV(B)280.54º14.92%97.25%-
XYZ74.8371.298.61-
YUV222.69142.28137.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.96%
GREEN value IS 211 (82.81% from 255) = 30.36%
BLUE value IS 248 (97.27% from 255) = 35.68%
R=33.96%
G=30.36%
B=35.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2362112480.050.1500.03280.5472.5590
HexECD3F85F03119495a
Octal35432337051703431111132
Binary111011001101001111111000101111101110001100110010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD3F8; }

 p { color: rgb(236,211,248); }

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

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

 a { background-color: rgb(236,211,248); }

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

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

 span { border-color: rgb(236,211,248); }

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