#ECDCF2

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

Shades of Blue Chalk #ECDCF2

Tints of Blue Chalk #ECDCF2

Color information

#ECDCF2 (or 0xECDCF2) is unknown color: approx Blue Chalk. HEX triplet: EC, DC and F2. RGB value is (236,220,242). Sum of RGB (Red+Green+Blue) = 236+220+242=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECDCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCF2 is #13230D. Grayscale: #E3E3E3. Windows color (decimal): -1254158 or 15916268. OLE color: 15916268.

HSL color Cylindrical-coordinate representation of color #ECDCF2: hue angle of 283.64º degrees, saturation: 0.46, 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 #ECDCF2 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236220242-
CMYK0.020.0900.05
HSL283.64º45.83%90.59%-
HSV(B)283.64º9.09%94.9%-
XYZ76.2175.4394.55-
YUV227.29136.3134.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.81%
GREEN value IS 220 (86.33% from 255) = 31.52%
BLUE value IS 242 (94.92% from 255) = 34.67%
R=33.81%
G=31.52%
B=34.67%

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
Decimal2362202420.020.0900.05283.6445.8390.59
HexECDCF2290511c2e5b
Octal3543343622110543456133
Binary11101100110111001111001010100101011000111001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCF2; }

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

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

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

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

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

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

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

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