#FFDCCE

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

Shades of Pippin #FFDCCE

Tints of Pippin #FFDCCE

Color information

#FFDCCE (or 0xFFDCCE) is unknown color: approx Pippin. HEX triplet: FF, DC and CE. RGB value is (255,220,206). Sum of RGB (Red+Green+Blue) = 255+220+206=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 206 (80.86% from 255 or 30.25% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCCE is #002331. Grayscale: #E4E4E4. Windows color (decimal): -9010 or 13556991. OLE color: 13556991.

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

Color convert

RGB255220206-
CMYK00.140.190
HSL17.14º100%90.39%-
HSV(B)17.14º19.22%100%-
XYZ77.9776.969.13-
YUV228.87115.1146.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 220 (86.33% from 255) = 32.31%
BLUE value IS 206 (80.86% from 255) = 30.25%
R=37.44%
G=32.31%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522020600.140.19017.1410090.39
HexFFDCCE0E13011645a
Octal37733431601623021144132
Binary111111111101110011001110011101001101000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCCE; }

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

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

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

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

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

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

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

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