#FFDDD7

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

Shades of Pippin #FFDDD7

Tints of Pippin #FFDDD7

Color information

#FFDDD7 (or 0xFFDDD7) is unknown color: approx Pippin. HEX triplet: FF, DD and D7. RGB value is (255,221,215). Sum of RGB (Red+Green+Blue) = 255+221+215=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 215 (84.38% from 255 or 31.11% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDD7 is #002228. Grayscale: #E6E6E6. Windows color (decimal): -8745 or 14147071. OLE color: 14147071.

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

Color convert

RGB255221215-
CMYK00.130.160
HSL100%92.16%-
HSV(B)15.69%100%-
XYZ79.3677.8875.14-
YUV230.48119.26145.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.90%
GREEN value IS 221 (86.72% from 255) = 31.98%
BLUE value IS 215 (84.38% from 255) = 31.11%
R=36.90%
G=31.98%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522121500.130.160910092.16
HexFFDDD70D1009645c
Octal37733532701520011144134
Binary11111111110111011101011101101100000100111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDD7; }

 p { color: rgb(255,221,215); }

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

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

 a { background-color: rgb(255,221,215); }

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

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

 span { border-color: rgb(255,221,215); }

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