#ECD8F5

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

Shades of Blue Chalk #ECD8F5

Tints of Blue Chalk #ECD8F5

Color information

#ECD8F5 (or 0xECD8F5) is unknown color: approx Blue Chalk. HEX triplet: EC, D8 and F5. RGB value is (236,216,245). Sum of RGB (Red+Green+Blue) = 236+216+245=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 216 (84.77% from 255 or 30.99% from 697); Blue value is 245 (96.09% from 255 or 35.15% from 697); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECD8F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8F5 is #13270A. Grayscale: #E1E1E1. Windows color (decimal): -1255179 or 16111852. OLE color: 16111852.

HSL color Cylindrical-coordinate representation of color #ECD8F5: hue angle of 281.38º degrees, saturation: 0.59, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECD8F5 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB236216245-
CMYK0.040.1200.04
HSL281.38º59.18%90.39%-
HSV(B)281.38º11.84%96.08%-
XYZ75.6373.5496.59-
YUV225.29139.13135.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.86%
GREEN value IS 216 (84.77% from 255) = 30.99%
BLUE value IS 245 (96.09% from 255) = 35.15%
R=33.86%
G=30.99%
B=35.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362162450.040.1200.04281.3859.1890.39
HexECD8F54C041193b5a
Octal3543303654140443173132
Binary111011001101100011110101100110001001000110011110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD8F5; }

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

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

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

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

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

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

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

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