Shades of Prim #ECCFDA
Tints of Prim #ECCFDA
RGB
CMYK
RGB Variations
Color information
#ECCFDA (or 0xECCFDA) is known color: Prim. HEX triplet: EC, CF and DA. RGB value is (236,207,218). Sum of RGB (Red+Green+Blue) = 236+207+218=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFDA is #133025. Grayscale: #D8D8D8. Windows color (decimal): -1257510 or 14340076. OLE color: 14340076.
HSL color Cylindrical-coordinate representation of color #ECCFDA: hue angle of 337.24º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECCFDA is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 207 | 218 | - |
CMYK | 0 | 0.12 | 0.08 | 0.07 |
HSL | 337.24º | 0.43% | 0.87% | - |
HSV(B) | 337.24º | 0.12% | 0.93% | - |
XYZ | 69.56 | 67.52 | 75.7 | - |
YUV | 216.93 | 128.61 | 141.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 207 | 218 | 0 | 0.12 | 0.08 | 0.07 | 337.24 | 0.43 | 0.87 |
Hex | EC | CF | DA | 0 | C | 8 | 7 | 151 | 2B | 57 |
Octal | 354 | 317 | 332 | 0 | 14 | 10 | 7 | 521 | 53 | 127 |
Binary | 11101100 | 11001111 | 11011010 | 0 | 1100 | 1000 | 111 | 101010001 | 101011 | 1010111 |
Color Harmonies of #ECCFDA
Complementary color
Monochromatic Colors of #ECCFDA
Black with #ECCFDA
Text Example
Text Example
White with #ECCFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFDA; }
p { color: rgb(236,207,218); }
H1.HeaderClassName
{
color: #ECCFDA;
}
.AnyTagClassName
{
color: #ECCFDA;
}
</style>
background-color css
<style>
a { background-color: #ECCFDA; }
a { background-color: rgb(236,207,218); }
div.DivClassName
{
background-color: #ECCFDA;
}
.BgClassName
{
background-color: #ECCFDA;
}
</style>
border-color css
<style>
span { border-color: #ECCFDA; }
span { border-color: rgb(236,207,218); }
td.TdClassName
{
border-color: #ECCFDA;
}
.TagClassName
{
border-color: #ECCFDA;
}
</style>