#ECDCF1

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

Shades of Blue Chalk #ECDCF1

Tints of Blue Chalk #ECDCF1

Color information

#ECDCF1 (or 0xECDCF1) is unknown color: approx Blue Chalk. HEX triplet: EC, DC and F1. RGB value is (236,220,241). Sum of RGB (Red+Green+Blue) = 236+220+241=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 241 (94.53% from 255 or 34.58% from 697); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECDCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCF1 is #13230E. Grayscale: #E3E3E3. Windows color (decimal): -1254159 or 15850732. OLE color: 15850732.

HSL color Cylindrical-coordinate representation of color #ECDCF1: hue angle of 285.71º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECDCF1 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236220241-
CMYK0.020.0900.05
HSL285.71º42.86%90.39%-
HSV(B)285.71º8.71%94.51%-
XYZ76.0675.3793.76-
YUV227.18135.8134.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.86%
GREEN value IS 220 (86.33% from 255) = 31.56%
BLUE value IS 241 (94.53% from 255) = 34.58%
R=33.86%
G=31.56%
B=34.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362202410.020.0900.05285.7142.8690.39
HexECDCF1290511e2b5a
Octal3543343612110543653132
Binary11101100110111001111000110100101011000111101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCF1; }

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

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

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

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

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

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

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

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