#FFDCD5

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

Shades of Pippin #FFDCD5

Tints of Pippin #FFDCD5

Color information

#FFDCD5 (or 0xFFDCD5) is unknown color: approx Pippin. HEX triplet: FF, DC and D5. RGB value is (255,220,213). Sum of RGB (Red+Green+Blue) = 255+220+213=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 213 (83.59% from 255 or 30.96% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCD5 is #00232A. Grayscale: #E5E5E5. Windows color (decimal): -9003 or 14015743. OLE color: 14015743.

HSL color Cylindrical-coordinate representation of color #FFDCD5: hue angle of 10º 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 #FFDCD5 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB255220213-
CMYK00.140.160
HSL10º100%91.76%-
HSV(B)10º16.47%100%-
XYZ78.8477.2573.71-
YUV229.67118.6146.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.06%
GREEN value IS 220 (86.33% from 255) = 31.98%
BLUE value IS 213 (83.59% from 255) = 30.96%
R=37.06%
G=31.98%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522021300.140.1601010091.76
HexFFDCD50E100a645c
Octal37733432501620012144134
Binary11111111110111001101010101110100000101011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCD5; }

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

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

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

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

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

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

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

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