Shades of Blue Chalk #ECDAFE
Tints of Blue Chalk #ECDAFE
RGB
CMYK
RGB Variations
Color information
#ECDAFE (or 0xECDAFE) is known color: Blue Chalk. HEX triplet: EC, DA and FE. RGB value is (236,218,254). Sum of RGB (Red+Green+Blue) = 236+218+254=708 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.33% from 708); Green value is 218 (85.55% from 255 or 30.79% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECDAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAFE is #132501. Grayscale: #E3E3E3. Windows color (decimal): -1254658 or 16702188. OLE color: 16702188.
HSL color Cylindrical-coordinate representation of color #ECDAFE: hue angle of 270º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECDAFE is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 236 | 218 | 254 | - |
CMYK | 0.07 | 0.14 | 0 | 0.00 |
HSL | 270º | 0.95% | 0.93% | - |
HSV(B) | 270º | 0.14% | 1% | - |
XYZ | 77.55 | 75.13 | 104.18 | - |
YUV | 227.49 | 142.96 | 134.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 218 | 254 | 0.07 | 0.14 | 0 | 0.00 | 270 | 0.95 | 0.93 |
Hex | EC | DA | FE | 7 | E | 0 | 0 | 10E | 5F | 5D |
Octal | 354 | 332 | 376 | 7 | 16 | 0 | 0 | 416 | 137 | 135 |
Binary | 11101100 | 11011010 | 11111110 | 111 | 1110 | 0 | 0 | 100001110 | 1011111 | 1011101 |
Color Harmonies of #ECDAFE
Complementary color
Monochromatic Colors of #ECDAFE
Black with #ECDAFE
Text Example
Text Example
White with #ECDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDAFE; }
p { color: rgb(236,218,254); }
H1.HeaderClassName
{
color: #ECDAFE;
}
.AnyTagClassName
{
color: #ECDAFE;
}
</style>
background-color css
<style>
a { background-color: #ECDAFE; }
a { background-color: rgb(236,218,254); }
div.DivClassName
{
background-color: #ECDAFE;
}
.BgClassName
{
background-color: #ECDAFE;
}
</style>
border-color css
<style>
span { border-color: #ECDAFE; }
span { border-color: rgb(236,218,254); }
td.TdClassName
{
border-color: #ECDAFE;
}
.TagClassName
{
border-color: #ECDAFE;
}
</style>