Shades of Blue Chalk #ECDAF2
Tints of Blue Chalk #ECDAF2
RGB
CMYK
RGB Variations
Color information
#ECDAF2 (or 0xECDAF2) is known color: Blue Chalk. HEX triplet: EC, DA and F2. RGB value is (236,218,242). Sum of RGB (Red+Green+Blue) = 236+218+242=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 242 (94.92% from 255 or 34.77% from 696); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECDAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAF2 is #13250D. Grayscale: #E2E2E2. Windows color (decimal): -1254670 or 15915756. OLE color: 15915756.
HSL color Cylindrical-coordinate representation of color #ECDAF2: hue angle of 285º degrees, saturation: 0.48, 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 #ECDAF2 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 218 | 242 | - |
CMYK | 0.02 | 0.10 | 0 | 0.05 |
HSL | 285º | 0.48% | 0.9% | - |
HSV(B) | 285º | 0.1% | 0.95% | - |
XYZ | 75.69 | 74.39 | 94.37 | - |
YUV | 226.12 | 136.96 | 135.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 218 | 242 | 0.02 | 0.10 | 0 | 0.05 | 285 | 0.48 | 0.9 |
Hex | EC | DA | F2 | 2 | A | 0 | 5 | 11D | 30 | 5A |
Octal | 354 | 332 | 362 | 2 | 12 | 0 | 5 | 435 | 60 | 132 |
Binary | 11101100 | 11011010 | 11110010 | 10 | 1010 | 0 | 101 | 100011101 | 110000 | 1011010 |
Color Harmonies of #ECDAF2
Complementary color
Monochromatic Colors of #ECDAF2
Black with #ECDAF2
Text Example
Text Example
White with #ECDAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDAF2; }
p { color: rgb(236,218,242); }
H1.HeaderClassName
{
color: #ECDAF2;
}
.AnyTagClassName
{
color: #ECDAF2;
}
</style>
background-color css
<style>
a { background-color: #ECDAF2; }
a { background-color: rgb(236,218,242); }
div.DivClassName
{
background-color: #ECDAF2;
}
.BgClassName
{
background-color: #ECDAF2;
}
</style>
border-color css
<style>
span { border-color: #ECDAF2; }
span { border-color: rgb(236,218,242); }
td.TdClassName
{
border-color: #ECDAF2;
}
.TagClassName
{
border-color: #ECDAF2;
}
</style>