#FFDCD2

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

Shades of Pippin #FFDCD2

Tints of Pippin #FFDCD2

Color information

#FFDCD2 (or 0xFFDCD2) is unknown color: approx Pippin. HEX triplet: FF, DC and D2. RGB value is (255,220,210). Sum of RGB (Red+Green+Blue) = 255+220+210=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 210 (82.42% from 255 or 30.66% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCD2 is #00232D. Grayscale: #E5E5E5. Windows color (decimal): -9006 or 13819135. OLE color: 13819135.

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

Color convert

RGB255220210-
CMYK00.140.180
HSL13.33º100%91.18%-
HSV(B)13.33º17.65%100%-
XYZ78.4777.171.72-
YUV229.32117.1146.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 220 (86.33% from 255) = 32.12%
BLUE value IS 210 (82.42% from 255) = 30.66%
R=37.23%
G=32.12%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522021000.140.18013.3310091.18
HexFFDCD20E120d645b
Octal37733432201622015144133
Binary11111111110111001101001001110100100110111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCD2; }

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

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

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

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

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

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

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

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