#FFDCD6

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

Shades of Pippin #FFDCD6

Tints of Pippin #FFDCD6

Color information

#FFDCD6 (or 0xFFDCD6) is unknown color: approx Pippin. HEX triplet: FF, DC and D6. RGB value is (255,220,214). Sum of RGB (Red+Green+Blue) = 255+220+214=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 214 (83.98% from 255 or 31.06% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCD6 is #002329. Grayscale: #E5E5E5. Windows color (decimal): -9002 or 14081279. OLE color: 14081279.

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

Color convert

RGB255220214-
CMYK00.140.160
HSL8.78º100%91.96%-
HSV(B)8.78º16.08%100%-
XYZ78.9777.374.38-
YUV229.78119.1145.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.01%
GREEN value IS 220 (86.33% from 255) = 31.93%
BLUE value IS 214 (83.98% from 255) = 31.06%
R=37.01%
G=31.93%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522021400.140.1608.7810091.96
HexFFDCD60E1009645c
Octal37733432601620011144134
Binary11111111110111001101011001110100000100111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCD6; }

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

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

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

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

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

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

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

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