#FFDCD1

Color #FFDCD1 Pippin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pippin #FFDCD1

Tints of Pippin #FFDCD1

Color information

#FFDCD1 (or 0xFFDCD1) is unknown color: approx Pippin. HEX triplet: FF, DC and D1. RGB value is (255,220,209). Sum of RGB (Red+Green+Blue) = 255+220+209=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 209 (82.03% from 255 or 30.56% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCD1 is #00232E. Grayscale: #E5E5E5. Windows color (decimal): -9007 or 13753599. OLE color: 13753599.

HSL color Cylindrical-coordinate representation of color #FFDCD1: hue angle of 14.35º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFDCD1 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB255220209-
CMYK00.140.180
HSL14.35º100%90.98%-
HSV(B)14.35º18.04%100%-
XYZ78.3477.0571.06-
YUV229.21116.6146.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 220 (86.33% from 255) = 32.16%
BLUE value IS 209 (82.03% from 255) = 30.56%
R=37.28%
G=32.16%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522020900.140.18014.3510090.98
HexFFDCD10E120e645b
Octal37733432101622016144133
Binary11111111110111001101000101110100100111011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCD1; }

 p { color: rgb(255,220,209); }

 H1.HeaderClassName
 {
   color: #FFDCD1;
 }
 .AnyTagClassName
 {
   color: #FFDCD1;
 }
</style>
background-color css

<style>
 a { background-color: #FFDCD1; }

 a { background-color: rgb(255,220,209); }

 div.DivClassName
 {
   background-color: #FFDCD1;
 }
 .BgClassName
 {
   background-color: #FFDCD1;
 }
</style>
border-color css

<style>
 span { border-color: #FFDCD1; }

 span { border-color: rgb(255,220,209); }

 td.TdClassName
 {
   border-color: #FFDCD1;
 }
 .TagClassName
 {
   border-color: #FFDCD1;
 }
</style>