#FFDED9

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

Shades of Remy #FFDED9

Tints of Remy #FFDED9

Color information

#FFDED9 (or 0xFFDED9) is unknown color: approx Remy. HEX triplet: FF, DE and D9. RGB value is (255,222,217). Sum of RGB (Red+Green+Blue) = 255+222+217=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 217 (85.16% from 255 or 31.27% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDED9 is #002126. Grayscale: #E7E7E7. Windows color (decimal): -8487 or 14278399. OLE color: 14278399.

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

Color convert

RGB255222217-
CMYK00.130.150
HSL7.89º100%92.55%-
HSV(B)7.89º14.9%100%-
XYZ79.8978.5176.59-
YUV231.3119.93144.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.74%
GREEN value IS 222 (87.11% from 255) = 31.99%
BLUE value IS 217 (85.16% from 255) = 31.27%
R=36.74%
G=31.99%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522221700.130.1507.8910092.55
HexFFDED90DF08645d
Octal37733633101517010144135
Binary1111111111011110110110010110111110100011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDED9; }

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

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

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

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

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

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

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

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