#FFDED1

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

Shades of Pippin #FFDED1

Tints of Pippin #FFDED1

Color information

#FFDED1 (or 0xFFDED1) is unknown color: approx Pippin. HEX triplet: FF, DE and D1. RGB value is (255,222,209). Sum of RGB (Red+Green+Blue) = 255+222+209=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 209 (82.03% from 255 or 30.47% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDED1 is #00212E. Grayscale: #E6E6E6. Windows color (decimal): -8495 or 13754111. OLE color: 13754111.

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

Color convert

RGB255222209-
CMYK00.130.180
HSL16.96º100%90.98%-
HSV(B)16.96º18.04%100%-
XYZ78.8778.1171.24-
YUV230.38115.93145.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 222 (87.11% from 255) = 32.36%
BLUE value IS 209 (82.03% from 255) = 30.47%
R=37.17%
G=32.36%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522220900.130.18016.9610090.98
HexFFDED10D12011645b
Octal37733632101522021144133
Binary111111111101111011010001011011001001000111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDED1; }

 p { color: rgb(255,222,209); }

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

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

 a { background-color: rgb(255,222,209); }

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

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

 span { border-color: rgb(255,222,209); }

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