#FFDCCF

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

Shades of Pippin #FFDCCF

Tints of Pippin #FFDCCF

Color information

#FFDCCF (or 0xFFDCCF) is unknown color: approx Pippin. HEX triplet: FF, DC and CF. RGB value is (255,220,207). Sum of RGB (Red+Green+Blue) = 255+220+207=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 207 (81.25% from 255 or 30.35% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCCF is #002330. Grayscale: #E5E5E5. Windows color (decimal): -9009 or 13622527. OLE color: 13622527.

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

Color convert

RGB255220207-
CMYK00.140.190
HSL16.25º100%90.59%-
HSV(B)16.25º18.82%100%-
XYZ78.176.9569.77-
YUV228.98115.6146.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 220 (86.33% from 255) = 32.26%
BLUE value IS 207 (81.25% from 255) = 30.35%
R=37.39%
G=32.26%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522020700.140.19016.2510090.59
HexFFDCCF0E13010645b
Octal37733431701623020144133
Binary111111111101110011001111011101001101000011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCCF; }

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

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

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

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

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

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

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

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