Shades of Blue Chalk #ECDBF4
Tints of Blue Chalk #ECDBF4
RGB
CMYK
RGB Variations
Color information
#ECDBF4 (or 0xECDBF4) is known color: Blue Chalk. HEX triplet: EC, DB and F4. RGB value is (236,219,244). Sum of RGB (Red+Green+Blue) = 236+219+244=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 219 (85.94% from 255 or 31.33% from 699); Blue value is 244 (95.70% from 255 or 34.91% from 699); Max value from RGB is 244 - color contains mainly: blue. Hex color #ECDBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBF4 is #13240B. Grayscale: #E2E2E2. Windows color (decimal): -1254412 or 16047084. OLE color: 16047084.
HSL color Cylindrical-coordinate representation of color #ECDBF4: hue angle of 280.8º degrees, saturation: 0.53, 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 #ECDBF4 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 236 | 219 | 244 | - |
CMYK | 0.03 | 0.10 | 0 | 0.04 |
HSL | 280.8º | 0.53% | 0.91% | - |
HSV(B) | 280.8º | 0.1% | 0.96% | - |
XYZ | 76.25 | 75.03 | 96.05 | - |
YUV | 226.93 | 137.63 | 134.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 219 | 244 | 0.03 | 0.10 | 0 | 0.04 | 280.8 | 0.53 | 0.91 |
Hex | EC | DB | F4 | 3 | A | 0 | 4 | 119 | 35 | 5B |
Octal | 354 | 333 | 364 | 3 | 12 | 0 | 4 | 431 | 65 | 133 |
Binary | 11101100 | 11011011 | 11110100 | 11 | 1010 | 0 | 100 | 100011001 | 110101 | 1011011 |
Color Harmonies of #ECDBF4
Complementary color
Monochromatic Colors of #ECDBF4
Black with #ECDBF4
Text Example
Text Example
White with #ECDBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBF4; }
p { color: rgb(236,219,244); }
H1.HeaderClassName
{
color: #ECDBF4;
}
.AnyTagClassName
{
color: #ECDBF4;
}
</style>
background-color css
<style>
a { background-color: #ECDBF4; }
a { background-color: rgb(236,219,244); }
div.DivClassName
{
background-color: #ECDBF4;
}
.BgClassName
{
background-color: #ECDBF4;
}
</style>
border-color css
<style>
span { border-color: #ECDBF4; }
span { border-color: rgb(236,219,244); }
td.TdClassName
{
border-color: #ECDBF4;
}
.TagClassName
{
border-color: #ECDBF4;
}
</style>