#ECDCF3

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

Shades of Blue Chalk #ECDCF3

Tints of Blue Chalk #ECDCF3

Color information

#ECDCF3 (or 0xECDCF3) is unknown color: approx Blue Chalk. HEX triplet: EC, DC and F3. RGB value is (236,220,243). Sum of RGB (Red+Green+Blue) = 236+220+243=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 243 (95.31% from 255 or 34.76% from 699); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECDCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCF3 is #13230C. Grayscale: #E3E3E3. Windows color (decimal): -1254157 or 15981804. OLE color: 15981804.

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

Color convert

RGB236220243-
CMYK0.030.0900.05
HSL281.74º48.94%90.78%-
HSV(B)281.74º9.47%95.29%-
XYZ76.3675.4995.34-
YUV227.41136.8134.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.76%
GREEN value IS 220 (86.33% from 255) = 31.47%
BLUE value IS 243 (95.31% from 255) = 34.76%
R=33.76%
G=31.47%
B=34.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362202430.030.0900.05281.7448.9490.78
HexECDCF3390511a315b
Octal3543343633110543261133
Binary11101100110111001111001111100101011000110101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCF3; }

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

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

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

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

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

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

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

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