Shades of We Peep #FFDCDD
Tints of We Peep #FFDCDD
RGB
CMYK
RGB Variations
Color information
#FFDCDD (or 0xFFDCDD) is known color: We Peep. HEX triplet: FF, DC and DD. RGB value is (255,220,221). Sum of RGB (Red+Green+Blue) = 255+220+221=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCDD is #002322. Grayscale: #E6E6E6. Windows color (decimal): -8995 or 14540031. OLE color: 14540031.
HSL color Cylindrical-coordinate representation of color #FFDCDD: hue angle of 358.29º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFDCDD is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 221 | - |
| CMYK | 0 | 0.14 | 0.13 | 0 |
| HSL | 358.29º | 1% | 0.93% | - |
| HSV(B) | 358.29º | 0.14% | 1% | - |
| XYZ | 79.88 | 77.67 | 79.19 | - |
| YUV | 230.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 221 | 0 | 0.14 | 0.13 | 0 | 358.29 | 1 | 0.93 |
| Hex | FF | DC | DD | 0 | E | D | 0 | 166 | 64 | 5D |
| Octal | 377 | 334 | 335 | 0 | 16 | 15 | 0 | 546 | 144 | 135 |
| Binary | 11111111 | 11011100 | 11011101 | 0 | 1110 | 1101 | 0 | 101100110 | 1100100 | 1011101 |
Color Harmonies of #FFDCDD
Complementary color
Monochromatic Colors of #FFDCDD
Black with #FFDCDD
Text Example
Text Example
White with #FFDCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCDD; }
p { color: rgb(255,220,221); }
H1.HeaderClassName
{
color: #FFDCDD;
}
.AnyTagClassName
{
color: #FFDCDD;
}
</style>
background-color css
<style>
a { background-color: #FFDCDD; }
a { background-color: rgb(255,220,221); }
div.DivClassName
{
background-color: #FFDCDD;
}
.BgClassName
{
background-color: #FFDCDD;
}
</style>
border-color css
<style>
span { border-color: #FFDCDD; }
span { border-color: rgb(255,220,221); }
td.TdClassName
{
border-color: #FFDCDD;
}
.TagClassName
{
border-color: #FFDCDD;
}
</style>