#FFDCD9

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

Shades of Remy #FFDCD9

Tints of Remy #FFDCD9

Color information

#FFDCD9 (or 0xFFDCD9) is unknown color: approx Remy. HEX triplet: FF, DC and D9. RGB value is (255,220,217). Sum of RGB (Red+Green+Blue) = 255+220+217=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 217 (85.16% from 255 or 31.36% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCD9 is #002326. Grayscale: #E6E6E6. Windows color (decimal): -8999 or 14277887. OLE color: 14277887.

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

Color convert

RGB255220217-
CMYK00.140.150
HSL4.74º100%92.55%-
HSV(B)4.74º14.9%100%-
XYZ79.3677.4676.41-
YUV230.12120.6145.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.85%
GREEN value IS 220 (86.33% from 255) = 31.79%
BLUE value IS 217 (85.16% from 255) = 31.36%
R=36.85%
G=31.79%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522021700.140.1504.7410092.55
HexFFDCD90EF05645d
Octal3773343310161705144135
Binary111111111101110011011001011101111010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCD9; }

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

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

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

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

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

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

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

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