#ECDCF5

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

Shades of Blue Chalk #ECDCF5

Tints of Blue Chalk #ECDCF5

Color information

#ECDCF5 (or 0xECDCF5) is unknown color: approx Blue Chalk. HEX triplet: EC, DC and F5. RGB value is (236,220,245). Sum of RGB (Red+Green+Blue) = 236+220+245=701 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.67% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 245 (96.09% from 255 or 34.95% from 701); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECDCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCF5 is #13230A. Grayscale: #E3E3E3. Windows color (decimal): -1254155 or 16112876. OLE color: 16112876.

HSL color Cylindrical-coordinate representation of color #ECDCF5: hue angle of 278.4º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECDCF5 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB236220245-
CMYK0.040.1000.04
HSL278.4º55.56%91.18%-
HSV(B)278.4º10.2%96.08%-
XYZ76.6775.6196.94-
YUV227.63137.8133.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.67%
GREEN value IS 220 (86.33% from 255) = 31.38%
BLUE value IS 245 (96.09% from 255) = 34.95%
R=33.67%
G=31.38%
B=34.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362202450.040.1000.04278.455.5691.18
HexECDCF54A04116385b
Octal3543343654120442670133
Binary111011001101110011110101100101001001000101101110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCF5; }

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

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

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

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

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

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

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

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