Shades of Blue Chalk #ECDAF3
Tints of Blue Chalk #ECDAF3
RGB
CMYK
RGB Variations
Color information
#ECDAF3 (or 0xECDAF3) is known color: Blue Chalk. HEX triplet: EC, DA and F3. RGB value is (236,218,243). Sum of RGB (Red+Green+Blue) = 236+218+243=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 243 (95.31% from 255 or 34.86% from 697); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECDAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAF3 is #13250C. Grayscale: #E2E2E2. Windows color (decimal): -1254669 or 15981292. OLE color: 15981292.
HSL color Cylindrical-coordinate representation of color #ECDAF3: hue angle of 283.2º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECDAF3 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 218 | 243 | - |
CMYK | 0.03 | 0.10 | 0 | 0.05 |
HSL | 283.2º | 0.51% | 0.9% | - |
HSV(B) | 283.2º | 0.1% | 0.95% | - |
XYZ | 75.84 | 74.45 | 95.17 | - |
YUV | 226.23 | 137.46 | 134.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 218 | 243 | 0.03 | 0.10 | 0 | 0.05 | 283.2 | 0.51 | 0.9 |
Hex | EC | DA | F3 | 3 | A | 0 | 5 | 11B | 33 | 5A |
Octal | 354 | 332 | 363 | 3 | 12 | 0 | 5 | 433 | 63 | 132 |
Binary | 11101100 | 11011010 | 11110011 | 11 | 1010 | 0 | 101 | 100011011 | 110011 | 1011010 |
Color Harmonies of #ECDAF3
Complementary color
Monochromatic Colors of #ECDAF3
Black with #ECDAF3
Text Example
Text Example
White with #ECDAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDAF3; }
p { color: rgb(236,218,243); }
H1.HeaderClassName
{
color: #ECDAF3;
}
.AnyTagClassName
{
color: #ECDAF3;
}
</style>
background-color css
<style>
a { background-color: #ECDAF3; }
a { background-color: rgb(236,218,243); }
div.DivClassName
{
background-color: #ECDAF3;
}
.BgClassName
{
background-color: #ECDAF3;
}
</style>
border-color css
<style>
span { border-color: #ECDAF3; }
span { border-color: rgb(236,218,243); }
td.TdClassName
{
border-color: #ECDAF3;
}
.TagClassName
{
border-color: #ECDAF3;
}
</style>