#FFDCD4

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

Shades of Pippin #FFDCD4

Tints of Pippin #FFDCD4

Color information

#FFDCD4 (or 0xFFDCD4) is unknown color: approx Pippin. HEX triplet: FF, DC and D4. RGB value is (255,220,212). Sum of RGB (Red+Green+Blue) = 255+220+212=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 212 (83.20% from 255 or 30.86% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCD4 is #00232B. Grayscale: #E5E5E5. Windows color (decimal): -9004 or 13950207. OLE color: 13950207.

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

Color convert

RGB255220212-
CMYK00.140.170
HSL11.16º100%91.57%-
HSV(B)11.16º16.86%100%-
XYZ78.7277.273.04-
YUV229.55118.1146.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.12%
GREEN value IS 220 (86.33% from 255) = 32.02%
BLUE value IS 212 (83.20% from 255) = 30.86%
R=37.12%
G=32.02%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522021200.140.17011.1610091.57
HexFFDCD40E110b645c
Octal37733432401621013144134
Binary11111111110111001101010001110100010101111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCD4; }

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

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

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

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

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

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

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

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