Shades of Blue Chalk #ECDCF5
Tints of Blue Chalk #ECDCF5
RGB
CMYK
RGB Variations
Color information
#ECDCF5 (or 0xECDCF5) is known color: 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
RGB | 236 | 220 | 245 | - |
CMYK | 0.04 | 0.10 | 0 | 0.04 |
HSL | 278.4º | 0.56% | 0.91% | - |
HSV(B) | 278.4º | 0.1% | 0.96% | - |
XYZ | 76.67 | 75.61 | 96.94 | - |
YUV | 227.63 | 137.8 | 133.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 220 | 245 | 0.04 | 0.10 | 0 | 0.04 | 278.4 | 0.56 | 0.91 |
Hex | EC | DC | F5 | 4 | A | 0 | 4 | 116 | 38 | 5B |
Octal | 354 | 334 | 365 | 4 | 12 | 0 | 4 | 426 | 70 | 133 |
Binary | 11101100 | 11011100 | 11110101 | 100 | 1010 | 0 | 100 | 100010110 | 111000 | 1011011 |
Color Harmonies of #ECDCF5
Complementary color
Monochromatic Colors of #ECDCF5
Black with #ECDCF5
Text Example
Text Example
White with #ECDCF5
Text Example
Text Example
HTML Codes & Css Web 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>