Shades of Lavender Pink #EFAFD3
Tints of Lavender Pink #EFAFD3
RGB
CMYK
RGB Variations
Color information
#EFAFD3 (or 0xEFAFD3) is known color: Lavender Pink. HEX triplet: EF, AF and D3. RGB value is (239,175,211). Sum of RGB (Red+Green+Blue) = 239+175+211=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFD3 is #10502C. Grayscale: #C6C6C6. Windows color (decimal): -1069101 or 13873135. OLE color: 13873135.
HSL color Cylindrical-coordinate representation of color #EFAFD3: hue angle of 326.25º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAFD3 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 211 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.06 |
| HSL | 326.25º | 0.67% | 0.81% | - |
| HSV(B) | 326.25º | 0.27% | 0.94% | - |
| XYZ | 62.68 | 53.71 | 68.69 | - |
| YUV | 198.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 211 | 0 | 0.27 | 0.12 | 0.06 | 326.25 | 0.67 | 0.81 |
| Hex | EF | AF | D3 | 0 | 1B | C | 6 | 146 | 43 | 51 |
| Octal | 357 | 257 | 323 | 0 | 33 | 14 | 6 | 506 | 103 | 121 |
| Binary | 11101111 | 10101111 | 11010011 | 0 | 11011 | 1100 | 110 | 101000110 | 1000011 | 1010001 |
Color Harmonies of #EFAFD3
Complementary color
Monochromatic Colors of #EFAFD3
Black with #EFAFD3
Text Example
Text Example
White with #EFAFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAFD3; }
p { color: rgb(239,175,211); }
H1.HeaderClassName
{
color: #EFAFD3;
}
.AnyTagClassName
{
color: #EFAFD3;
}
</style>
background-color css
<style>
a { background-color: #EFAFD3; }
a { background-color: rgb(239,175,211); }
div.DivClassName
{
background-color: #EFAFD3;
}
.BgClassName
{
background-color: #EFAFD3;
}
</style>
border-color css
<style>
span { border-color: #EFAFD3; }
span { border-color: rgb(239,175,211); }
td.TdClassName
{
border-color: #EFAFD3;
}
.TagClassName
{
border-color: #EFAFD3;
}
</style>