reddish black
Enter any color value (e.g., #21fee7, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#ffdeff color RGB value is (255,222,255)
#ffdeff color CMYK value
#ffdeff color HSL value
HSV(or HSB) | 300° | 12.9 | 100 |
XYZ | 85.411 | 80.723 | 105.687 |
Yxy | 0.314 | 0.297 | 80.723 |
LAB | 92.008 | 16.946 | -11.803 |
LUV | 92.008 | 16.658 | -21.552 |
Hunter-LAB | 89.846 | 12.46 | -6.852 |
CIE-LCH | 92.008 | 20.651 | 325.143 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | FF | DE | FF |
Decimal | 255 | 222 | 255 |
Octal | 377 | 336 | 377 |
Binary | 11111111 | 11011110 | 11111111 |
Below, you can see some colors close to #ffdeff. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ffdeff.
<span style="color:#ffdeff">Text here</span>
This paragraph has a background color of #ffdeff.
<p style="background-color:#ffdeff;">Content here</p>
This element has a border color of #ffdeff.
<div style="border:1px #ffdeff;">Content here</div>
.text {color:#ffdeff;}
.background {background-color:#ffdeff;}
.border {border:1px solid #ffdeff;}
.text-shadow {border:1px solid #ffdeff;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #090009 is the darkest color, while #fff3ff is the lightest one.