#FFDCD0

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

Shades of Pippin #FFDCD0

Tints of Pippin #FFDCD0

Color information

#FFDCD0 (or 0xFFDCD0) is unknown color: approx Pippin. HEX triplet: FF, DC and D0. RGB value is (255,220,208). Sum of RGB (Red+Green+Blue) = 255+220+208=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 208 (81.64% from 255 or 30.45% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCD0 is #00232F. Grayscale: #E5E5E5. Windows color (decimal): -9008 or 13688063. OLE color: 13688063.

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

Color convert

RGB255220208-
CMYK00.140.180
HSL15.32º100%90.78%-
HSV(B)15.32º18.43%100%-
XYZ78.227770.41-
YUV229.1116.1146.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.34%
GREEN value IS 220 (86.33% from 255) = 32.21%
BLUE value IS 208 (81.64% from 255) = 30.45%
R=37.34%
G=32.21%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522020800.140.18015.3210090.78
HexFFDCD00E120f645b
Octal37733432001622017144133
Binary11111111110111001101000001110100100111111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCD0; }

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

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

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

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

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

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

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

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