#ECDCF4

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

Shades of Blue Chalk #ECDCF4

Tints of Blue Chalk #ECDCF4

Color information

#ECDCF4 (or 0xECDCF4) is unknown color: approx Blue Chalk. HEX triplet: EC, DC and F4. RGB value is (236,220,244). Sum of RGB (Red+Green+Blue) = 236+220+244=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 244 (95.70% from 255 or 34.86% from 700); Max value from RGB is 244 - color contains mainly: blue. Hex color #ECDCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCF4 is #13230B. Grayscale: #E3E3E3. Windows color (decimal): -1254156 or 16047340. OLE color: 16047340.

HSL color Cylindrical-coordinate representation of color #ECDCF4: hue angle of 280º degrees, saturation: 0.52, 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 #ECDCF4 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB236220244-
CMYK0.030.1000.04
HSL280º52.17%90.98%-
HSV(B)280º9.84%95.69%-
XYZ76.5175.5596.14-
YUV227.52137.3134.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.71%
GREEN value IS 220 (86.33% from 255) = 31.43%
BLUE value IS 244 (95.70% from 255) = 34.86%
R=33.71%
G=31.43%
B=34.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362202440.030.1000.0428052.1790.98
HexECDCF43A04118345b
Octal3543343643120443064133
Binary11101100110111001111010011101001001000110001101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCF4; }

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

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

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

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

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

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

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

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