Shades of Remy #FFDBD9
Tints of Remy #FFDBD9
RGB
CMYK
RGB Variations
Color information
#FFDBD9 (or 0xFFDBD9) is known color: Remy. HEX triplet: FF, DB and D9. RGB value is (255,219,217). Sum of RGB (Red+Green+Blue) = 255+219+217=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 219 (85.94% from 255 or 31.69% from 691); Blue value is 217 (85.16% from 255 or 31.40% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBD9 is #002426. Grayscale: #E5E5E5. Windows color (decimal): -9255 or 14277631. OLE color: 14277631.
HSL color Cylindrical-coordinate representation of color #FFDBD9: hue angle of 3.16º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFDBD9 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 219 | 217 | - |
CMYK | 0 | 0.14 | 0.15 | 0 |
HSL | 3.16º | 1% | 0.93% | - |
HSV(B) | 3.16º | 0.15% | 1% | - |
XYZ | 79.1 | 76.93 | 76.33 | - |
YUV | 229.54 | 120.93 | 146.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 219 | 217 | 0 | 0.14 | 0.15 | 0 | 3.16 | 1 | 0.93 |
Hex | FF | DB | D9 | 0 | E | F | 0 | 3 | 64 | 5D |
Octal | 377 | 333 | 331 | 0 | 16 | 17 | 0 | 3 | 144 | 135 |
Binary | 11111111 | 11011011 | 11011001 | 0 | 1110 | 1111 | 0 | 11 | 1100100 | 1011101 |
Color Harmonies of #FFDBD9
Complementary color
Monochromatic Colors of #FFDBD9
Black with #FFDBD9
Text Example
Text Example
White with #FFDBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBD9; }
p { color: rgb(255,219,217); }
H1.HeaderClassName
{
color: #FFDBD9;
}
.AnyTagClassName
{
color: #FFDBD9;
}
</style>
background-color css
<style>
a { background-color: #FFDBD9; }
a { background-color: rgb(255,219,217); }
div.DivClassName
{
background-color: #FFDBD9;
}
.BgClassName
{
background-color: #FFDBD9;
}
</style>
border-color css
<style>
span { border-color: #FFDBD9; }
span { border-color: rgb(255,219,217); }
td.TdClassName
{
border-color: #FFDBD9;
}
.TagClassName
{
border-color: #FFDBD9;
}
</style>